Skip to content

Commit

Permalink
⬆️ Bump clap from 4.5.26 to 4.5.27
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.26 to 4.5.27.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.27)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 9441d84 commit d9ecba8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ axum = { version = "0.8.1", features = ["ws", "macros"] }
axum-otel-metrics = { version = "0.9.1" }
borsh = { version = "1.5.3" }
bytes = { version = "1.9.0" }
clap = { version = "4.5.26", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
config = { version = "=0.15.0", default-features = false, features = ["ron"] }
futures = { version = "0.3.31" }
hyle-contracts = { path = "./crates/contracts", package = "hyle-contracts" }
Expand Down
2 changes: 1 addition & 1 deletion crates/hyle-loadtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ client-sdk = { path = "../client-sdk", features = ["tcp", "risc0"] }

anyhow = "1.0.95"
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
clap = { version = "4.5.26", features = ["derive"]}
clap = { version = "4.5.27", features = ["derive"]}
tracing = "0.1"
tracing-subscriber = "0.3"

0 comments on commit d9ecba8

Please sign in to comment.