Skip to content

Commit 8714eee

Browse files
chore(deps): bump the versions group across 1 directory with 3 updates
Bumps the versions group with 3 updates in the / directory: [config](https://github.com/rust-cli/config-rs), [log](https://github.com/rust-lang/log) and [serde_json](https://github.com/serde-rs/json). Updates `config` from 0.15.5 to 0.15.6 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](rust-cli/config-rs@v0.15.5...v0.15.6) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.25) Updates `serde_json` from 1.0.135 to 1.0.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.135...v1.0.137) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfd573b commit 8714eee

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bacli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bitaxe_api = { version = "0.2.1", path = "../bitaxe_api", default-features = fal
1616
] }
1717
clap = { version = "4.5.22", features = ["derive"] }
1818
comfy-table = "7.1.3"
19-
config = { version = "0.15.4", default-features = false, features = [
19+
config = { version = "0.15.6", default-features = false, features = [
2020
"async",
2121
"convert-case",
2222
"yaml",
@@ -26,10 +26,10 @@ env_logger = "0.11.5"
2626
futures = "0.3.31"
2727
humantime = "2.1.0"
2828
ipnetwork = "0.21.1"
29-
log = "0.4.22"
29+
log = "0.4.25"
3030
reqwest = "0.12.12"
3131
serde = { version = "1.0.215", features = ["derive"] }
32-
serde_json = "1.0.133"
32+
serde_json = "1.0.137"
3333
serde_with = "3.11.0"
3434
serde_yaml = "0.9.34"
3535
tokio = { version = "1.42.0", features = ["fs", "macros", "rt-multi-thread"] }

crates/bitaxe_api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.2.1"
1010

1111
[dependencies]
1212
clap = { version = "4.5.26", optional = true }
13-
log = "0.4.22"
13+
log = "0.4.25"
1414
reqwest = { version = "0.12.12", default-features = false, features = [
1515
"charset",
1616
"http2",
@@ -29,4 +29,4 @@ openssl = ["reqwest/native-tls"]
2929
rustls = ["reqwest/rustls-tls"]
3030

3131
[dev-dependencies]
32-
serde_json = "1.0.135"
32+
serde_json = "1.0.137"

0 commit comments

Comments
 (0)