Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 30, 2023
1 parent fcb4c9d commit b5d4eb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 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 @@ -18,7 +18,7 @@ air-interpreter-interface = { version = "0.14.0", path = "../../../crates/air-li
air-test-utils = { version = "0.7.0",path = "../../../crates/air-lib/test-utils", optional = true }

anyhow = "1.0.70"
clap = { version = "4.2.7", features = ["derive", "env"] }
clap = { version = "4.3.10", features = ["derive", "env"] }
itertools = "0.10.5"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.95"
Expand Down

0 comments on commit b5d4eb2

Please sign in to comment.