diff --git a/Cargo.toml b/Cargo.toml index c0e28e0..4efd527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rustls-pemfile = "1.0.2" gcp-bigquery-client = { version = "0.16.4", optional = true } chrono = { version = "0.4.23", optional = true } serde = { version = "1.0.130", features = ["derive"] } -redis = { version = "0.22.3", features = ["bytes"], optional = true } +redis = { version = "0.23.0", features = ["bytes"], optional = true } serde_json = { version = "1.0", optional = true } rand = { version = "0.8.5" } console-subscriber = {version = "0.1.8", optional= true}