Skip to content

Commit

Permalink
Update Rust crate clap to v4.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Jun 29, 2024
1 parent 680757d commit 4e36a92
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ macaddr = { version = "1.0.1", features = ["serde_std"] }
maplit = "1.0.2"
mockall = "0.12"
newtype_derive = "0.1.6"
mg-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "6e0a232fd0b443c19f61f94bf02b7695505aa8e3" }
ddm-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "6e0a232fd0b443c19f61f94bf02b7695505aa8e3" }
mg-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "3c3fa8482fe09a01da62fbd35efe124ea9cac9e7" }
ddm-admin-client = { git = "https://github.com/oxidecomputer/maghemite", rev = "3c3fa8482fe09a01da62fbd35efe124ea9cac9e7" }
multimap = "0.10.0"
nexus-auth = { path = "nexus/auth" }
nexus-client = { path = "clients/nexus-client" }
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,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.4", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.2", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.8", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.8", 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 @@ -134,8 +134,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.4", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.2", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.8", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.8", 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 4e36a92

Please sign in to comment.