Skip to content

Commit

Permalink
Update Rust crate clap_complete to 4.5.40
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 5b2b742 commit 05280ad
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.9.0"
casbin = "2.5.0"
clap = { version = "4.5.23", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "suggestions", "unicode", "usage"] }
clap_complete = { version = "4.5.38", default-features = false }
clap_complete = { version = "4.5.40", 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 05280ad

Please sign in to comment.