Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.8 to 4.5.9
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.9.
- [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.8...v4.5.9)

---
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 Jul 16, 2024
1 parent 23841be commit c1a57a2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ categories = { workspace = true }
[dependencies]
cargo_metadata = "0.18.1"
anyhow = { version = "1.0.83" }
clap = { version = "4.5.7", features = ["derive", "env"] }
clap = { version = "4.5.9", features = ["derive", "env"] }
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vergen = { version = "8", default-features = false, features = [

anyhow = { version = "1.0.83", features = ["backtrace"] }
cargo_metadata = "0.18.1"
clap = { version = "4.5.8", features = ["derive", "env"] }
clap = { version = "4.5.9", features = ["derive", "env"] }
sp1-build = { path = "../build", version = "0.0.2-test" }
sp1-prover = { path = "../prover", version = "0.0.2-test" }
sp1-sdk = { path = "../sdk", version = "0.0.2-test" }
Expand Down
2 changes: 1 addition & 1 deletion eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ publish = false
sp1-core = { path = "../core", version = "0.0.2-test" }
sp1-prover = { path = "../prover", version = "0.0.2-test" }

clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
csv = "1.3.0"
serde = "1.0.204"
2 changes: 1 addition & 1 deletion prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ itertools = "0.13.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
serde_json = "1.0.120"
clap = { version = "4.5.8", features = ["derive", "env"] }
clap = { version = "4.5.9", features = ["derive", "env"] }
hex = "0.4.3"
anyhow = "1.0.83"
dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion recursion/gnark-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ categories = { workspace = true }
sp1-recursion-gnark-ffi = { path = "../gnark-ffi", features = [
"native",
], version = "0.0.2-test" }
clap = { version = "4.3.8", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
bincode = "1.3.3"

0 comments on commit c1a57a2

Please sign in to comment.