We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7475f commit 4fffb63Copy full SHA for 4fffb63
Cargo.toml
@@ -86,6 +86,6 @@ tower = { version = "0.4.13", features = ["timeout", "tokio"] }
86
tower-http = { version = "0.5.2", features = ["fs", "normalize-path", "timeout", "tokio"] }
87
tower-sessions = { version = "0.12.2", features = ["axum-core", "private"] }
88
tower-sessions-moka-store = "0.13.0"
89
-tower-sessions-redis-store = "0.13.0"
+tower-sessions-redis-store = "0.14.0"
90
url = "2.5.2"
91
validator = { version = "0.18.1", features = ["derive"] }
0 commit comments