Skip to content

Commit

Permalink
Update Rust crate clap to v4.5.15 (#6286)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 11, 2024
1 parent ed13d7e commit a727531
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

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.1", 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.13", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.13", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.15", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.15", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.8" }
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.18" }
Expand Down Expand Up @@ -135,8 +135,8 @@ byteorder = { version = "1.5.0" }
bytes = { version = "1.7.1", 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.13", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.13", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.15", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.15", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.8" }
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.18" }
Expand Down

0 comments on commit a727531

Please sign in to comment.