Skip to content

Commit

Permalink
Update Rust crate clap to v4.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Oct 9, 2024
1 parent 93d6974 commit 6610880
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ byteorder = { version = "1.5.0" }
bytes = { version = "1.7.2", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.18", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.18", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.20", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.20", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.8" }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.19" }
Expand Down Expand Up @@ -142,8 +142,8 @@ bytes = { version = "1.7.2", features = ["serde"] }
cc = { version = "1.0.97", default-features = false, features = ["parallel"] }
chrono = { version = "0.4.38", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.18", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.18", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.20", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.20", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.8" }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.19" }
Expand Down

0 comments on commit 6610880

Please sign in to comment.