From b9c46c2845115489cfec15d1c4102a7be27a13b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 03:42:31 +0000 Subject: [PATCH] build(deps): bump log from 0.4.25 to 0.4.26 Bumps [log](https://github.com/rust-lang/log) from 0.4.25 to 0.4.26. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.25...0.4.26) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92eab4e..2ea8e07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2047,9 +2047,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "lru" diff --git a/Cargo.toml b/Cargo.toml index 5206d12..e28ad38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tui = { package = "yozefu-tui", path = "crates/tui/", version = "0.0.8" } wasm-types = { package = "wasm-types", path = "crates/wasm-types/", version = "0.0.8" } serde_json = { version = "1.0.138", features = ["preserve_order"] } serde = { version = "1.0.217", features = ["derive"] } -log = {version = "0.4.25" } +log = {version = "0.4.26" } strum = {version = "0.27.1" } [profile.release]