From 344cd09b518571030c0451da3962c6cf2e7bbdcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:43:56 +0000 Subject: [PATCH] chore(deps): bump the versions group across 1 directory with 2 updates Bumps the versions group with 2 updates in the / directory: [log](https://github.com/rust-lang/log) and [serde_with](https://github.com/jonasbb/serde_with). Updates `log` from 0.4.30 to 0.4.32 - [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.30...0.4.32) Updates `serde_with` from 3.20.0 to 3.21.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.20.0...v3.21.0) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: serde_with dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/bacli/Cargo.toml | 4 ++-- crates/bitaxe_api/Cargo.toml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bf468d..94d0f9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1241,9 +1241,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.30" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" +checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" [[package]] name = "lru-slab" @@ -1917,9 +1917,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.20.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e72c1c2cb7b223fafb600a619537a871c2818583d619401b785e7c0b746ccde2" +checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" dependencies = [ "base64", "bs58", @@ -1937,9 +1937,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.20.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90c488738ecb4fb0262f41f43bc40efc5868d9fb744319ddf5f5317f417bfac" +checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" dependencies = [ "darling", "proc-macro2", diff --git a/crates/bacli/Cargo.toml b/crates/bacli/Cargo.toml index cd2b150..8265359 100644 --- a/crates/bacli/Cargo.toml +++ b/crates/bacli/Cargo.toml @@ -26,10 +26,10 @@ env_logger = "0.11.10" futures = "0.3.32" humantime = "2.3.0" ipnetwork = "0.21.1" -log = "0.4.30" +log = "0.4.32" reqwest = "0.13.4" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" -serde_with = "3.20.0" +serde_with = "3.21.0" serde_yaml = "0.9.34" tokio = { version = "1.52.3", features = ["fs", "macros", "rt-multi-thread"] } diff --git a/crates/bitaxe_api/Cargo.toml b/crates/bitaxe_api/Cargo.toml index 75544ce..3d1fb32 100644 --- a/crates/bitaxe_api/Cargo.toml +++ b/crates/bitaxe_api/Cargo.toml @@ -10,7 +10,7 @@ version = "0.5.1" [dependencies] clap = { version = "4.6.1", optional = true } -log = "0.4.30" +log = "0.4.32" reqwest = { version = "0.13.4", default-features = false, features = [ "charset", "http2", @@ -20,7 +20,7 @@ reqwest = { version = "0.13.4", default-features = false, features = [ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" serde_repr = "0.1.20" -serde_with = "3.20.0" +serde_with = "3.21.0" thiserror = "2.0.18" [features]