Skip to content

Commit e336b69

Browse files
authoredDec 6, 2024··
Update Rust crate clap to 4.5.23 (#426)
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent 9f5f3b6 commit e336b69

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ percent-encoding = "2.3.1"
6262
libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" }
6363
reqwest = { version = "0.12", features = ["json", "stream", "rustls-tls"] }
6464
progenitor = "0.8.0"
65-
clap = { version = "4.5.22", features = ["derive", "unstable-styles", "env"] }
65+
clap = { version = "4.5.23", features = ["derive", "unstable-styles", "env"] }
6666
tabwriter = { version = "1", features = ["ansi_formatting"] }
6767
colored = "2.1"
6868
ctrlc = { version = "3.4.5", features = ["termination"] }

0 commit comments

Comments
 (0)
Please sign in to comment.