Skip to content

Commit 5baadf5

Browse files
authored
Merge pull request #45 from w3ird-tech/dependabot/cargo/versions-c4bf413d56
chore(deps): bump the versions group across 1 directory with 2 updates
2 parents 56006fe + 3aa779b commit 5baadf5

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

Cargo.lock

Lines changed: 7 additions & 8 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bitaxe_api = { version = "0.4.0", path = "../bitaxe_api", default-features = fal
1616
] }
1717
clap = { version = "4.5.48", features = ["derive"] }
1818
comfy-table = "7.2.1"
19-
config = { version = "0.15.17", default-features = false, features = [
19+
config = { version = "0.15.18", default-features = false, features = [
2020
"async",
2121
"convert-case",
2222
"yaml",
@@ -30,6 +30,6 @@ log = "0.4.28"
3030
reqwest = "0.12.23"
3131
serde = { version = "1.0.228", features = ["derive"] }
3232
serde_json = "1.0.145"
33-
serde_with = "3.14.1"
33+
serde_with = "3.15.0"
3434
serde_yaml = "0.9.34"
3535
tokio = { version = "1.47.1", features = ["fs", "macros", "rt-multi-thread"] }

crates/bitaxe_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ reqwest = { version = "0.12.23", default-features = false, features = [
1919
] }
2020
serde = { version = "1.0.228", features = ["derive"] }
2121
serde_repr = "0.1.20"
22-
serde_with = "3.14.1"
22+
serde_with = "3.15.0"
2323
thiserror = "2.0.17"
2424

2525
[features]

0 commit comments

Comments
 (0)