Skip to content

Commit

Permalink
Merge pull request #212 from spacemeshos/dependabot/cargo/clap-4.5.3
Browse files Browse the repository at this point in the history
Bump clap from 4.4.18 to 4.5.3
  • Loading branch information
fasmat committed Mar 18, 2024
2 parents 1737985 + 643fd73 commit 1714183
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 17 deletions.
38 changes: 25 additions & 13 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.0", features = [
post-rs = { path = "../" }
serde_with = { version = "3.4.0", features = ["base64", "hex"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
clap = { version = "4.4.7", features = ["derive", "env"] }
clap = { version = "4.5.3", 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.21.0"
clap = { version = "4.2.4", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
post-rs = { path = "../" }
scrypt-ocl = { path = "../scrypt-ocl" }
rayon = "1.7.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.3"
edition = "2021"

[dependencies]
clap = { version = "4.1.11", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
env_logger = "0.10.0"
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 @@ -21,7 +21,7 @@ tokio-stream = { version = "0.1", features = ["net"] }
log = "0.4.20"
eyre = "0.6.12"
env_logger = "0.10.0"
clap = { version = "4.4.4", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
hex = "0.4.3"
mockall = "0.12.1"
sysinfo = "0.29.10"
Expand Down

0 comments on commit 1714183

Please sign in to comment.