1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

address dep vuln warnings

This commit is contained in:
Rob Ede 2022-02-03 22:11:59 +00:00
parent 717b93e507
commit dbc82001c0
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ derive_more = "0.99.5"
futures-util = { version = "0.3.7", default-features = false }
log = "0.4"
once_cell = "1"
smallvec = "1.6"
smallvec = "1.6.1"
[dev-dependencies]
actix-rt = "2"

View File

@ -41,7 +41,7 @@ futures-core = { version = "0.3.7", default-features = false }
redis2 = { package = "redis", version = "0.19.0", features = ["tokio-comp", "tokio-native-tls-comp"] }
redis-async = { version = "0.8", default-features = false, features = ["tokio10"] }
time = "0.3"
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1.13.1", features = ["sync"] }
tokio-util = "0.6.1"
# actix-session
@ -54,7 +54,7 @@ serde_json = { version = "1.0.40", optional = true }
[dev-dependencies]
actix-test = "0.1.0-beta.10"
actix-rt = "2.1"
env_logger = "0.8"
env_logger = "0.0"
serde = { version = "1.0.101", features = ["derive"] }
[[example]]