Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 4012967 commit 136a6fa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ categories = { workspace = true }
[dependencies]
cargo_metadata = "0.18.1"
anyhow = { version = "1.0.83" }
clap = { version = "4.5.9", features = ["derive", "env"] }
clap = { version = "4.5.15", features = ["derive", "env"] }
dirs = "5.0.1"
2 changes: 1 addition & 1 deletion crates/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.9", features = ["derive", "env"] }
clap = { version = "4.5.15", features = ["derive", "env"] }
sp1-build = { workspace = true }
sp1-prover = { workspace = true }
sp1-sdk = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ itertools = "0.13.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
serde_json = "1.0.121"
clap = { version = "4.5.9", features = ["derive", "env"] }
clap = { version = "4.5.15", features = ["derive", "env"] }
hex = "0.4.3"
anyhow = "1.0.83"
dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/recursion/gnark-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ categories = { workspace = true }

[dependencies]
sp1-recursion-gnark-ffi = { workspace = true, features = ["native"] }
clap = { version = "4.5.9", features = ["derive"] }
clap = { version = "4.5.15", features = ["derive"] }
bincode = "1.3.3"

0 comments on commit 136a6fa

Please sign in to comment.