diff --git a/Cargo.lock b/Cargo.lock index 1831fe8..038cc6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1755,9 +1755,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.25.3" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd" +checksum = "e0d7a6955c7511f60f3ba9e86c6d02b3c3f144f8c24b288d1f4e18074ab8bbec" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index db46558..57c7067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ async-graphql-axum = "7.0.5" chrono = { version = "0.4.24", default-features=false } sea-orm = { version = "0.12.5", features = ["sqlx-mysql", "runtime-actix-rustls", "macros", "with-chrono", "with-json" ], default-features = false } sea-query = { version = "0.30.7", default-features = false, features = ["derive", "backend-mysql"] } -redis = { version = "0.25.3", features = ["aio", "tokio-comp", "connection-manager"] } +redis = { version = "0.25.4", features = ["aio", "tokio-comp", "connection-manager"] } tracing = { version = "0.1.40", features = ["log"] } tracing-subscriber = { version = "0.3.18", features= ["env-filter"] } thiserror = "1.0.40"