Skip to content

Commit

Permalink
Update Rust crate deadpool to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Apr 7, 2024
1 parent 72c331e commit b5a7481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 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 @@ -18,7 +18,7 @@ casbin = "2.2.0"
clap = { version = "4.5.4", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "suggestions", "unicode", "usage"] }
clap_complete = { version = "4.5.1", default-features = false }
data-encoding = "2.5.0"
deadpool = { version = "0.11.0", default-features = false, features = ["managed"] }
deadpool = { version = "0.11.1", default-features = false, features = ["managed"] }
dotenv = { version = "0.15.0", default-features = false }
futures = "0.3.30"
hex = "0.4.3"
Expand Down

0 comments on commit b5a7481

Please sign in to comment.