Skip to content

Commit

Permalink
Update Rust crate clap to 4.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 056283e commit 6093481
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ percent-encoding = "2.3.1"
libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" }
reqwest = { version = "0.12", features = ["json", "stream", "rustls-tls"] }
progenitor = "0.8.0"
clap = { version = "4.5.18", features = ["derive", "unstable-styles", "env"] }
clap = { version = "4.5.20", features = ["derive", "unstable-styles", "env"] }
tabwriter = { version = "1", features = ["ansi_formatting"] }
colored = "2.1"
ctrlc = { version = "3.4.5", features = ["termination"] }
Expand Down

0 comments on commit 6093481

Please sign in to comment.