1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-19 06:55:37 +02:00

update redis-async to 0.14

This commit is contained in:
Rob Ede
2023-01-07 01:09:34 +00:00
parent e9428ba261
commit 1036f54fd0
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ log = "0.4.6"
backoff = "0.4.0"
derive_more = "0.99.7"
futures-core = { version = "0.3.7", default-features = false }
redis-async = "0.13"
redis-async = "0.14"
time = "0.3"
tokio = { version = "1.13.1", features = ["sync"] }
tokio-util = "0.7"