From 3aa779bbcb8987e154421e3676d55a997dc65235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 03:15:48 +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: [config](https://github.com/rust-cli/config-rs) and [serde_with](https://github.com/jonasbb/serde_with). Updates `config` from 0.15.17 to 0.15.18 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/config-rs/compare/v0.15.17...v0.15.18) Updates `serde_with` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.14.1...v3.15.0) --- updated-dependencies: - dependency-name: config dependency-version: 0.15.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: serde_with dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++-------- crates/bacli/Cargo.toml | 4 ++-- crates/bitaxe_api/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76ff00d..7cb49e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -300,9 +300,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.17" +version = "0.15.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "680d3ac2fe066c43300ec831c978871e50113a708d58ab13d231bd92deca5adb" +checksum = "180e549344080374f9b32ed41bf3b6b57885ff6a289367b3dbc10eea8acc1918" dependencies = [ "async-trait", "convert_case", @@ -1770,9 +1770,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.14.1" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e" +checksum = "6093cd8c01b25262b84927e0f7151692158fab02d961e04c979d3903eba7ecc5" dependencies = [ "base64", "chrono", @@ -1781,8 +1781,7 @@ dependencies = [ "indexmap 2.7.0", "schemars 0.9.0", "schemars 1.0.4", - "serde", - "serde_derive", + "serde_core", "serde_json", "serde_with_macros", "time", @@ -1790,9 +1789,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.14.1" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e" +checksum = "a7e6c180db0816026a61afa1cff5344fb7ebded7e4d3062772179f2501481c27" dependencies = [ "darling", "proc-macro2", diff --git a/crates/bacli/Cargo.toml b/crates/bacli/Cargo.toml index 05aae57..79afca2 100644 --- a/crates/bacli/Cargo.toml +++ b/crates/bacli/Cargo.toml @@ -16,7 +16,7 @@ bitaxe_api = { version = "0.4.0", path = "../bitaxe_api", default-features = fal ] } clap = { version = "4.5.48", features = ["derive"] } comfy-table = "7.2.1" -config = { version = "0.15.17", default-features = false, features = [ +config = { version = "0.15.18", default-features = false, features = [ "async", "convert-case", "yaml", @@ -30,6 +30,6 @@ log = "0.4.28" reqwest = "0.12.23" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" -serde_with = "3.14.1" +serde_with = "3.15.0" serde_yaml = "0.9.34" tokio = { version = "1.47.1", features = ["fs", "macros", "rt-multi-thread"] } diff --git a/crates/bitaxe_api/Cargo.toml b/crates/bitaxe_api/Cargo.toml index df46fc9..d2383df 100644 --- a/crates/bitaxe_api/Cargo.toml +++ b/crates/bitaxe_api/Cargo.toml @@ -19,7 +19,7 @@ reqwest = { version = "0.12.23", default-features = false, features = [ ] } serde = { version = "1.0.228", features = ["derive"] } serde_repr = "0.1.20" -serde_with = "3.14.1" +serde_with = "3.15.0" thiserror = "2.0.17" [features]