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 20, 2024
1 parent b9f04df commit 2d3e810
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
37 changes: 22 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.36.0", path = "../../../avm/server" }
air-test-utils = { version = "0.16.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 2d3e810

Please sign in to comment.