Skip to content

Commit

Permalink
build(deps): bump clap from 4.4.18 to 4.5.4
Browse files Browse the repository at this point in the history
This reverts the `Cargo.toml` part of ee82223 ("cargo: update
dependencies") which limited the clap version to 4.4. But we should be
fine to pull in a newer version now that we bumped our MSRV.

See also: #1426 (comment)
See also: https://src.fedoraproject.org/rpms/rust-coreos-installer/pull-request/65
  • Loading branch information
jlebon committed Apr 16, 2024
1 parent ae206ec commit ece8c62
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
30 changes: 18 additions & 12 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 @@ -52,7 +52,7 @@ base64 = ">= 0.21, < 0.22"
bincode = "^1.3"
bytes = ">= 1.0.1, < 2"
byte-unit = ">= 3.1.0, < 5.0.0"
clap = { version = ">= 4.1, < 4.5", default-features = false, features = ["std", "cargo", "derive", "error-context", "help", "suggestions", "usage", "wrap_help"] }
clap = { version = ">= 4.1, < 5", default-features = false, features = ["std", "cargo", "derive", "error-context", "help", "suggestions", "usage", "wrap_help"] }
clap_mangen = { version = "0.2", optional = true }
cpio = ">= 0.2.1, < 0.3"
flate2 = "^1.0"
Expand Down

0 comments on commit ece8c62

Please sign in to comment.