Skip to content

Commit

Permalink
Update Rust crate clap to v4.5.13 (#6202)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 3, 2024
1 parent 88d17f4 commit dbc4f15
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.

4 changes: 2 additions & 2 deletions dev-tools/omdb/tests/usage_errors.out
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Commands:
reconfigurator-save Save the current Reconfigurator inputs to a file
region Print information about regions
region-replacement Query for information about region replacements, optionally manually
triggering one
triggering one
sleds Print information about sleds
instances Print information about customer instances
network Print information about the network
Expand Down Expand Up @@ -155,7 +155,7 @@ Commands:
reconfigurator-save Save the current Reconfigurator inputs to a file
region Print information about regions
region-replacement Query for information about region replacements, optionally manually
triggering one
triggering one
sleds Print information about sleds
instances Print information about customer instances
network Print information about the network
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ byteorder = { version = "1.5.0" }
bytes = { version = "1.6.0", 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.9", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.9", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
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"] }
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 @@ -136,8 +136,8 @@ byteorder = { version = "1.5.0" }
bytes = { version = "1.6.0", 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.9", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.9", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
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"] }
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 dbc4f15

Please sign in to comment.