mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-01 07:51:52 +02:00
session, redis, and httpauth pre-v4 releases (#162)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "actix-redis"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Redis integration for Actix web"
|
||||
description = "Redis integration for Actix and session store for Actix Web"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
keywords = ["actix", "redis", "async", "session"]
|
||||
@@ -38,10 +38,10 @@ actix-utils = "2.0.0"
|
||||
log = "0.4.6"
|
||||
backoff = "0.2.1"
|
||||
derive_more = "0.99.2"
|
||||
futures-util = { version = "0.3.5", default-features = false }
|
||||
futures-util = { version = "0.3.7", default-features = false }
|
||||
redis-async = "0.6.3"
|
||||
actix-rt = "1.1.1"
|
||||
time = "0.2.9"
|
||||
time = "0.2.23"
|
||||
tokio = "0.2.6"
|
||||
tokio-util = "0.3.0"
|
||||
|
||||
|
Reference in New Issue
Block a user