Skip to content

Commit

Permalink
Merge pull request #450 from spacemeshos/dependabot/cargo/clap-4.5.23
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.5.21 to 4.5.23
  • Loading branch information
fasmat authored Dec 10, 2024
2 parents c7373ca + adbf547 commit 829d52a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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.42", features = [
post-rs = { path = "../" }
serde_with = { version = "3.11.0", features = ["base64", "hex"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
clap = { version = "4.5.21", features = ["derive", "env"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
hex = "0.4.3"
config = "0.14.1"
tracing = { version = "0.1.41", features = ["log"] }
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.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
post-rs = { path = "../" }
scrypt-ocl = { path = "../scrypt-ocl" }
rayon = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion k2pow-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
post-rs = { path="../" }
clap = { version = "4.5.21", features = ["derive", "env"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
serde_with = "3.11.0"
serde = { version = "1.0.215", features = ["derive", "serde_derive"] }
tokio = { version = "1.42.0", features = ["full"] }
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.8.4"
edition = "2021"

[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", 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.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
hex = "0.4.3"
mockall = "0.13.1"
sysinfo = "0.32.1"
Expand Down

0 comments on commit 829d52a

Please sign in to comment.