Skip to content

Commit

Permalink
Bump clap from 4.5.19 to 4.5.20
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20.
- [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.19...clap_complete-v4.5.20)

---
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 Oct 14, 2024
1 parent b996214 commit ee72c53
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 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.11.0", features = ["base64", "hex"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
clap = { version = "4.5.19", features = ["derive", "env"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
hex = "0.4.3"
config = "0.14.0"
tracing = { version = "0.1.40", 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.19", features = ["derive"] }
clap = { version = "4.5.20", 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.19", features = ["derive", "env"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
serde_with = "3.11.0"
serde = { version = "1.0.210", features = ["derive", "serde_derive"] }
tokio = { version = "1.40.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.0"
edition = "2021"

[dependencies]
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", 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.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
hex = "0.4.3"
mockall = "0.13.0"
sysinfo = "0.31.4"
Expand Down

0 comments on commit ee72c53

Please sign in to comment.