From 12bd42f4f3b41cd1cf2769efe0dd6546089569e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 10:02:13 +0000 Subject: [PATCH] Bump redis from 1.0.1 to 1.0.2 Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-1.0.1...redis-1.0.2) --- updated-dependencies: - dependency-name: redis dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d4b9eda7d..938ced4149 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1941,9 +1941,9 @@ dependencies = [ [[package]] name = "redis" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2dc509b442812959ab125c74be2a930dd9b603038b6da9df9ec013aa23a4e9c" +checksum = "5dfe20977fe93830c0e9817a16fbf1ed1cfd8d4bba366087a1841d2c6033c251" dependencies = [ "arcstr", "combine", diff --git a/Cargo.toml b/Cargo.toml index c9de20adec..841309d6e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ glob = "0.3.3" rand = "0.8.0" tempfile = "3" time = "0.1.4" -redis = "1.0.1" +redis = "1.0.2" rocket = { version = "0.5.1", features = ["json"] } rocket_dyn_templates = { version = "0.2.0", features = ["tera"] } hyper = "1.8"