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.
1 parent 3f37639 commit bc0823fCopy full SHA for bc0823f
Cargo.toml
@@ -12,7 +12,7 @@ keywords = ["sessions", "tide", "async-session", "redis"]
12
categories = ["web-programming::http-server", "web-programming", "database"]
13
14
[dependencies]
15
-redis = { version = "0.16.0", features = ["aio"] }
+redis = { version = "0.17.0", features = ["aio"] }
16
async-session = "2.0.0"
17
18
[dev-dependencies]
0 commit comments