diff --git a/Cargo.toml b/Cargo.toml index 67c6a82..e2d6b41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ axum = { version = "0.6", features = ["macros", "multipart"] } chrono = "0.4" hex = "0.4" once_cell = "1" -redis = { version = "0.23", features = ["tokio-comp", "connection-manager"] } +redis = { version = "1.0.1", features = ["tokio-comp", "connection-manager"] } reqwest = { version = "0.11", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = { version = "1", features = ["preserve_order"] }