Skip to content

Commit

Permalink
Merge pull request #15 from w3ird-tech/dependabot/cargo/versions-c91e…
Browse files Browse the repository at this point in the history
…94c17b

chore(deps): bump the versions group across 1 directory with 2 updates
  • Loading branch information
w3irdrobot authored Feb 18, 2025
2 parents 322610a + 758ca1c commit 8ee6eac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/bacli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ bitaxe_api = { version = "0.2.1", path = "../bitaxe_api", default-features = fal
"rustls",
"clap",
] }
clap = { version = "4.5.28", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
comfy-table = "7.1.4"
config = { version = "0.15.7", default-features = false, features = [
config = { version = "0.15.8", default-features = false, features = [
"async",
"convert-case",
"yaml",
Expand Down
2 changes: 1 addition & 1 deletion crates/bitaxe_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/w3ird-tech/bacli"
version = "0.2.1"

[dependencies]
clap = { version = "4.5.28", optional = true }
clap = { version = "4.5.29", optional = true }
log = "0.4.25"
reqwest = { version = "0.12.12", default-features = false, features = [
"charset",
Expand Down

0 comments on commit 8ee6eac

Please sign in to comment.