Skip to content

Commit

Permalink
Update Rust crate clap_complete to 4.5.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Oct 3, 2024
1 parent 3de6fc6 commit 3f75e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/abacus/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 src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ blurhash-wasm = { git = "https://github.com/fpapado/blurhash-rust-wasm", branch
bytes = "1.7.2"
casbin = "2.5.0"
clap = { version = "4.5.19", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "suggestions", "unicode", "usage"] }
clap_complete = { version = "4.5.30", default-features = false }
clap_complete = { version = "4.5.32", default-features = false }
data-encoding = "2.6.0"
deadpool = { version = "0.12.1", default-features = false, features = ["managed"] }
dotenv = { version = "0.15.0", default-features = false }
Expand Down

0 comments on commit 3f75e92

Please sign in to comment.