Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent 9cc62cb commit fab45c9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
36 changes: 21 additions & 15 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 tools/cli/air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ air-interpreter-sede = { version = "0.1.0", path = "../../../crates/air-lib/inte
avm-server = { version = "0.37.0", path = "../../../avm/server" }
air-test-utils = { version = "0.17.0",path = "../../../crates/air-lib/test-utils", optional = true }

clap = { version = "4.4.7", features = ["derive", "env"] }
clap = { version = "4.5.1", features = ["derive", "env"] }
eyre = "0.6.11"
itertools = "0.10.5"
semver = "1.0.21"
Expand Down

0 comments on commit fab45c9

Please sign in to comment.