Skip to content

Commit

Permalink
Merge pull request #27633 from AleoHQ/dependabot/cargo/testnet3/clap-…
Browse files Browse the repository at this point in the history
…4.5.0

Bump clap from 4.4.18 to 4.5.0
  • Loading branch information
d0cd authored Feb 10, 2024
2 parents 9938195 + ba704d5 commit 2a4c98a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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 @@ -94,7 +94,7 @@ version = "1.10.0"
version = "0.3.68"

[dependencies.clap]
version = "4.4"
version = "4.5"
features = [ "derive", "env", "color", "unstable-styles" ]

[dependencies.color-backtrace]
Expand Down
2 changes: 1 addition & 1 deletion compiler/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version = "=1.10.0"
workspace = true

[dependencies.clap]
version = "4.4"
version = "4.5"
features = [ "derive" ]

[dependencies.indexmap]
Expand Down
2 changes: 1 addition & 1 deletion tests/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = "0.3.68"
version = "1.9"

[dependencies.clap]
version = "4.4"
version = "4.5"
features = [ "derive" ]

[dependencies.serde]
Expand Down

0 comments on commit 2a4c98a

Please sign in to comment.