From f51df3dfb4e4b6d1786a89e43b46f60570ec0569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 03:44:30 +0000 Subject: crates: bump redis from 0.25.2 to 0.25.3 (#170) deps(crates): bump redis from 0.25.2 to 0.25.3 Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.2...redis-0.25.3) --- 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, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46de469..5407b8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1435,9 +1435,9 @@ dependencies = [ [[package]] name = "redis" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71d64e978fd98a0e6b105d066ba4889a7301fca65aeac850a877d8797343feeb" +checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd" dependencies = [ "async-trait", "bytes", @@ -2063,7 +2063,7 @@ dependencies = [ "log", "poise", "rand 0.8.5", - "redis 0.25.2", + "redis 0.25.3", "redis-macros", "reqwest 0.12.2", "serde", diff --git a/Cargo.toml b/Cargo.toml index 45f9391..1671b0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include_dir = "0.7.3" log = "0.4.21" poise = "0.6.1" rand = "0.8.5" -redis = { version = "0.25.2", features = ["tokio-comp", "tokio-rustls-comp"] } +redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.2.1" reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls", -- cgit v1.2.3