We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c46c07 + cc0cb9f commit a353343Copy full SHA for a353343
Cargo.toml
@@ -11,9 +11,12 @@ license = "MIT OR Apache-2.0"
11
keywords = ["sessions", "tide", "async-session", "redis"]
12
categories = ["web-programming::http-server", "web-programming", "database"]
13
14
+[dependencies.redis]
15
+version = "0.20.1"
16
+features = ["aio", "async-std-comp"]
17
+
18
[dependencies]
-redis = { version = "0.17.0", features = ["aio"] }
-async-session = "3.0.0"
19
+async-session = "2.0.1"
20
21
[dev-dependencies]
-async-std = { version = "1.6.2", features = ["attributes"] }
22
+async-std = { version = "1.9.0", features = ["attributes"] }
0 commit comments