Skip to content

Commit

Permalink
Merge pull request #347 from spacemeshos/dependabot/cargo/clap-4.5.16
Browse files Browse the repository at this point in the history
Bump clap from 4.5.15 to 4.5.16
  • Loading branch information
poszu authored Aug 19, 2024
2 parents 63439a2 + 09d345d commit c39c99e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio = { version = "1.39", features = [
post-rs = { path = "../" }
serde_with = { version = "3.9.0", features = ["base64", "hex"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
clap = { version = "4.5.15", features = ["derive", "env"] }
clap = { version = "4.5.16", features = ["derive", "env"] }
hex = "0.4.3"
config = "0.14.0"
secrecy = { version = "0.8.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion initializer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.15", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
post-rs = { path = "../" }
scrypt-ocl = { path = "../scrypt-ocl" }
rayon = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.7.11"
edition = "2021"

[dependencies]
clap = { version = "4.5.15", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
env_logger = "0.11.5"
eyre = "0.6.12"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tokio-stream = { version = "0.1", features = ["net"] }
log = "0.4.22"
eyre = "0.6.12"
env_logger = "0.11.5"
clap = { version = "4.5.15", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
hex = "0.4.3"
mockall = "0.13.0"
sysinfo = "0.30.13"
Expand Down

0 comments on commit c39c99e

Please sign in to comment.