Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 2da7f9c commit 29f453b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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.15.1", path = "../../../crates/air-li
air-test-utils = { version = "0.12.0",path = "../../../crates/air-lib/test-utils", optional = true }

anyhow = "1.0.75"
clap = { version = "4.4.5", features = ["derive", "env"] }
clap = { version = "4.4.6", 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 29f453b

Please sign in to comment.