From 13bbd0716814bcb347cfb2aa8f959a13488037d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:26:51 -0400 Subject: [PATCH] deps: bump redis from 0.27.6 to 0.28.1 (#296) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 19 ++++--------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d9b686d..aad9303f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,7 +777,7 @@ dependencies = [ "criterion-plot", "futures", "is-terminal", - "itertools 0.10.5", + "itertools", "num-traits", "once_cell", "oorandom", @@ -799,7 +799,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" dependencies = [ "cast", - "itertools 0.10.5", + "itertools", ] [[package]] @@ -1949,15 +1949,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" -dependencies = [ - "either", -] - [[package]] name = "itoa" version = "1.0.14" @@ -3005,16 +2996,14 @@ 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", "bytes", "combine", "futures-util", - "itertools 0.13.0", "itoa", "num-bigint", "percent-encoding", diff --git a/Cargo.toml b/Cargo.toml index 71a8a577..b8700d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ pubky-app-specs = { git = "https://github.com/pubky/pubky-app-specs", features = ] } tokio = { version = "1.43.0", features = ["full"] } axum = "0.8.1" -redis = { version = "0.27.6", features = ["tokio-comp", "json"] } +redis = { version = "0.28.1", features = ["tokio-comp", "json"] } neo4rs = "0.8.0" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.137"