mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-05 19:44:13 +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",
|
||||
]
|
||||
|
||||
[[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]]
|
||||
name = "deadpool"
|
||||
version = "0.12.2"
|
||||
|
@ -1823,7 +1811,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "3d697d376cbfa018c23eb4caab1fd1883dd9c906a8c034e8d9a3cb06a7e0bef9"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"deadpool 0.12.2",
|
||||
"deadpool",
|
||||
"getrandom 0.2.16",
|
||||
"tokio",
|
||||
"tokio-postgres",
|
||||
|
@ -1969,7 +1957,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"base64 0.22.1",
|
||||
"compact_str",
|
||||
"deadpool 0.10.0",
|
||||
"deadpool",
|
||||
"futures",
|
||||
"jmap_proto",
|
||||
"ldap3",
|
||||
|
@ -7707,7 +7695,7 @@ dependencies = [
|
|||
"blake3",
|
||||
"bytes",
|
||||
"compact_str",
|
||||
"deadpool 0.12.2",
|
||||
"deadpool",
|
||||
"deadpool-postgres",
|
||||
"elasticsearch",
|
||||
"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-pki-types = { version = "1" }
|
||||
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"
|
||||
ahash = { version = "0.8" }
|
||||
pwhash = "1"
|
||||
|
|
Loading…
Add table
Reference in a new issue