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