mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-06 20:14:43 +08:00
Bump deadpool from 0.10.0 to 0.12.2
Bumps [deadpool](https://github.com/bikeshedder/deadpool) from 0.10.0 to 0.12.2. - [Changelog](https://github.com/deadpool-rs/deadpool/blob/master/CHANGELOG.md) - [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-v0.10.0...deadpool-v0.12.2) --- updated-dependencies: - dependency-name: deadpool dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f3b8866edf
commit
5923c44df6
2 changed files with 4 additions and 16 deletions
18
Cargo.lock
generated
18
Cargo.lock
generated
|
@ -1793,18 +1793,6 @@ dependencies = [
|
||||||
"generic-array 0.14.7",
|
"generic-array 0.14.7",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "deadpool"
|
|
||||||
version = "0.10.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490"
|
|
||||||
dependencies = [
|
|
||||||
"async-trait",
|
|
||||||
"deadpool-runtime",
|
|
||||||
"num_cpus",
|
|
||||||
"tokio",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deadpool"
|
name = "deadpool"
|
||||||
version = "0.12.2"
|
version = "0.12.2"
|
||||||
|
@ -1823,7 +1811,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3d697d376cbfa018c23eb4caab1fd1883dd9c906a8c034e8d9a3cb06a7e0bef9"
|
checksum = "3d697d376cbfa018c23eb4caab1fd1883dd9c906a8c034e8d9a3cb06a7e0bef9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"deadpool 0.12.2",
|
"deadpool",
|
||||||
"getrandom 0.2.16",
|
"getrandom 0.2.16",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-postgres",
|
"tokio-postgres",
|
||||||
|
@ -1969,7 +1957,7 @@ dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"compact_str",
|
"compact_str",
|
||||||
"deadpool 0.10.0",
|
"deadpool",
|
||||||
"futures",
|
"futures",
|
||||||
"jmap_proto",
|
"jmap_proto",
|
||||||
"ldap3",
|
"ldap3",
|
||||||
|
@ -7707,7 +7695,7 @@ dependencies = [
|
||||||
"blake3",
|
"blake3",
|
||||||
"bytes",
|
"bytes",
|
||||||
"compact_str",
|
"compact_str",
|
||||||
"deadpool 0.12.2",
|
"deadpool",
|
||||||
"deadpool-postgres",
|
"deadpool-postgres",
|
||||||
"elasticsearch",
|
"elasticsearch",
|
||||||
"farmhash",
|
"farmhash",
|
||||||
|
|
|
@ -20,7 +20,7 @@ tokio-rustls = { version = "0.26", default-features = false, features = ["ring",
|
||||||
rustls = { version = "0.23.5", default-features = false, features = ["std", "ring", "tls12"] }
|
rustls = { version = "0.23.5", default-features = false, features = ["std", "ring", "tls12"] }
|
||||||
rustls-pki-types = { version = "1" }
|
rustls-pki-types = { version = "1" }
|
||||||
ldap3 = { version = "0.11.1", default-features = false, features = ["tls-rustls"] }
|
ldap3 = { version = "0.11.1", default-features = false, features = ["tls-rustls"] }
|
||||||
deadpool = { version = "0.10", features = ["managed", "rt_tokio_1"] }
|
deadpool = { version = "0.12", features = ["managed", "rt_tokio_1"] }
|
||||||
async-trait = "0.1.68"
|
async-trait = "0.1.68"
|
||||||
ahash = { version = "0.8" }
|
ahash = { version = "0.8" }
|
||||||
pwhash = "1"
|
pwhash = "1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue