Downgrade deadpool-runtime to v0.1.3

This commit is contained in:
Hirrolot 2024-07-21 08:20:16 +05:00
parent cc945e8e39
commit 1d2c273d25
No known key found for this signature in database
GPG key ID: F0C33B48BD883C81
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -428,9 +428,9 @@ dependencies = [
[[package]]
name = "deadpool-runtime"
version = "0.1.4"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"
dependencies = [
"tokio",
]

View file

@ -109,7 +109,7 @@ sqlx = { version = "0.7.3", optional = true, default-features = false, features
"sqlite",
"postgres"
] }
deadpool-redis = { version = "0.15.1", features = ["rt_tokio_1"], optional = true }
deadpool-redis = { version = "0.15", features = ["rt_tokio_1"], optional = true }
serde_cbor = { version = "0.11", optional = true }
bincode = { version = "1.3", optional = true }
axum = { version = "0.7.0", optional = true }