Skip to content

Commit 271df2e

Browse files
authored
Merge pull request #48 from w3ird-tech/dependabot/cargo/versions-1aa560b05c
chore(deps): bump clap from 4.5.50 to 4.5.51 in the versions group across 1 directory
2 parents f368d3c + 39c3cb2 commit 271df2e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bitaxe_api = { version = "0.4.0", path = "../bitaxe_api", default-features = fal
1414
"rustls",
1515
"clap",
1616
] }
17-
clap = { version = "4.5.50", features = ["derive"] }
17+
clap = { version = "4.5.51", features = ["derive"] }
1818
comfy-table = "7.2.1"
1919
config = { version = "0.15.18", default-features = false, features = [
2020
"async",

crates/bitaxe_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/w3ird-tech/bacli"
99
version = "0.4.0"
1010

1111
[dependencies]
12-
clap = { version = "4.5.50", optional = true }
12+
clap = { version = "4.5.51", optional = true }
1313
log = "0.4.28"
1414
reqwest = { version = "0.12.24", default-features = false, features = [
1515
"charset",

0 commit comments

Comments
 (0)