mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
use secure tokio version range
see RUSTSEC-2023-0001 part of actix/actix-web#2962
This commit is contained in:
parent
441d604c00
commit
bf49b39740
@ -36,7 +36,7 @@ derive_more = "0.99.7"
|
|||||||
futures-core = { version = "0.3.7", default-features = false }
|
futures-core = { version = "0.3.7", default-features = false }
|
||||||
redis-async = "0.14"
|
redis-async = "0.14"
|
||||||
time = "0.3"
|
time = "0.3"
|
||||||
tokio = { version = "1.13.1", features = ["sync"] }
|
tokio = { version = "1.18.4", features = ["sync"] }
|
||||||
tokio-util = "0.7"
|
tokio-util = "0.7"
|
||||||
actix-web = { version = "4", default_features = false, optional = true }
|
actix-web = { version = "4", default_features = false, optional = true }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user