mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Downgrade deadpool-runtime
to v0.1.3
This commit is contained in:
parent
cc945e8e39
commit
1d2c273d25
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue