From bf2a2db959dff89b5f03e1c71ef63affa605632b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:18:53 +0000 Subject: [PATCH] editoast: bump redis from 0.27.6 to 0.28.1 in /editoast Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.27.6 to 0.28.1. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.27.6...redis-0.28.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- editoast/Cargo.lock | 9 ++++----- editoast/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index ae55cdf259a..c28de048ab5 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -3674,19 +3674,18 @@ dependencies = [ [[package]] name = "redis" -version = "0.27.6" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc" +checksum = "9f89727cba9cec05cc579942321ff6dd09fe57a8b3217f52f952301efa010da5" dependencies = [ "arc-swap", - "async-trait", "backon", "bytes", "combine", "crc16", - "futures 0.3.31", + "futures-channel", + "futures-sink", "futures-util", - "itertools", "itoa", "log", "native-tls", diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index 78219fd95b8..b5150f4acef 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -162,7 +162,7 @@ pathfinding = "4.13.0" postgis_diesel.workspace = true rand.workspace = true rangemap.workspace = true -redis = { version = "0.27", default-features = false, features = [ +redis = { version = "0.28", default-features = false, features = [ "cluster-async", "connection-manager", "tokio-comp",