From 7e0dcb7322f5ad473e69a29387edba98032b08c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:38:37 +0800 Subject: [PATCH] chore(deps): bump redis from 0.23.3 to 0.23.4 [skip ci] (#10) Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.23.4. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.23.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0765cde..187ce2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1311,9 +1311,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.3" +version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" +checksum = "1326371ccc7b3cd1c0c603f6eb3490a1ddecf1e7fb4a3caacf5db4684f5a7db9" dependencies = [ "async-trait", "bytes", @@ -1324,6 +1324,8 @@ dependencies = [ "pin-project-lite", "rustls", "rustls-native-certs", + "rustls-pemfile", + "rustls-webpki", "ryu", "sha1_smol", "socket2 0.4.9", diff --git a/Cargo.toml b/Cargo.toml index bbd5776..1716ac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ num = "0.4.1" once_cell = "1.18.0" owo-colors = { version = "3.5.0", features = ["supports-colors"] } poise = { git = "https://github.com/serenity-rs/poise.git", branch = "serenity-next" } -redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] } +redis = { version = "0.23.4", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" regex = "1.10.2" reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json", "brotli"] }