From 809d40696ae36a70151199fea08080d35cc83648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 06:48:53 +0000 Subject: [PATCH] build(deps): bump cached from 0.46.1 to 0.47.0 Bumps [cached](https://github.com/jaemk/cached) from 0.46.1 to 0.47.0. - [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/cached/commits) --- updated-dependencies: - dependency-name: cached dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++--------------------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb31e48e3..3bdd1affa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,9 +805,9 @@ dependencies = [ [[package]] name = "cached" -version = "0.46.1" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7c8c50262271cdf5abc979a5f76515c234e764fa025d1ba4862c0f0bcda0e95" +checksum = "69b0116662497bc24e4b177c90eaf8870e39e2714c3fcfa296327a93f593fc21" dependencies = [ "ahash 0.8.7", "cached_proc_macro", @@ -816,7 +816,7 @@ dependencies = [ "instant", "once_cell", "r2d2", - "redis 0.23.3", + "redis", "serde", "serde_json", "thiserror", @@ -4059,7 +4059,7 @@ dependencies = [ "quickcheck", "rand", "rayon", - "redis 0.24.0", + "redis", "regex", "reqwest", "rusqlite", @@ -4301,23 +4301,6 @@ dependencies = [ "crossbeam-utils", ] -[[package]] -name = "redis" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" -dependencies = [ - "ahash 0.7.7", - "combine", - "itoa", - "percent-encoding", - "r2d2", - "ryu", - "sha1_smol", - "socket2 0.4.10", - "url", -] - [[package]] name = "redis" version = "0.24.0" @@ -4328,7 +4311,10 @@ dependencies = [ "combine", "itoa", "percent-encoding", + "r2d2", "ryu", + "sha1_smol", + "socket2 0.4.10", "url", ] diff --git a/Cargo.toml b/Cargo.toml index 94d1395f2..078db8f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ atoi_simd = "0.15" bincode = "1.3" byteorder = "1.5" bytes = "1" -cached = { version = "0.46", default-features = false, features = [ +cached = { version = "0.47", default-features = false, features = [ "ahash", "proc_macro", "redis_ahash",