Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2024
1 parent 6962d6a commit 18abd14
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
30 changes: 18 additions & 12 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 py/tools/unpack_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ name = "unpack"
path = "src/main.rs"

[dependencies]
clap = { version = "4.1.11", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
miette = { version = "5.10", features = ["fancy"] }
py = { path = "../py" }
2 changes: 1 addition & 1 deletion py/tools/venv_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ name = "venv"
path = "src/main.rs"

[dependencies]
clap = { version = "4.1.11", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
miette = { version = "5.10", features = ["fancy"] }
py = { path = "../py" }

0 comments on commit 18abd14

Please sign in to comment.