Skip to content

Commit

Permalink
Merge pull request #219 from Bootstrap-Academy/renovate/clap-4.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate clap to 4.5.29
  • Loading branch information
academy-renovate[bot] authored Feb 11, 2025
2 parents fbcfdeb + 47151fb commit fd449c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5765,10 +5765,10 @@ rec {
};
"clap" = rec {
crateName = "clap";
version = "4.5.28";
version = "4.5.29";
edition = "2021";
crateBin = [];
sha256 = "1zq53kp3lfcz9xr584i7r9bw8ivkcra53jvj6v046hnr7cjc6xry";
sha256 = "110193i6270qsr6mpc4nghqs4bcz2d1631a3ncrkca3rv25bvkla";
dependencies = [
{
name = "clap_builder";
Expand Down Expand Up @@ -5807,9 +5807,9 @@ rec {
};
"clap_builder" = rec {
crateName = "clap_builder";
version = "4.5.27";
version = "4.5.29";
edition = "2021";
sha256 = "1mys7v60lys8zkwpk49wif9qnja9zamm4dnrsbj40wdmni78h9hv";
sha256 = "1yf2r66wl4ybia10wdpycidyqz8sp9bi9k4sskgy3isivb5k5fpn";
dependencies = [
{
name = "anstream";
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ axum-extra = { version = "0.10.0", default-features = false, features = ["typed-
base32 = { version = "0.5.1", default-features = false }
base64 = { version = "0.22.1", default-features = false }
chrono = { version = "0.4.39", default-features = false, features = ["serde", "clock"] }
clap = { version = "4.5.28", features = ["derive", "env"] }
clap = { version = "4.5.29", features = ["derive", "env"] }
clap_complete = { version = "4.5.44", default-features = false }
darling = { version = "0.20.10", default-features = false, features = ["suggestions"] }
futures = { version = "0.3.31", default-features = false, features = ["std"] }
Expand Down

0 comments on commit fd449c9

Please sign in to comment.