1
0
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:
Rob Ede 2023-01-10 09:03:27 +00:00
parent 441d604c00
commit bf49b39740
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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 }