From beadaa09d405c290c8464348dbcc5d61977d1adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 06:50:13 +0000 Subject: [PATCH] build(deps): bump cached from 0.45.1 to 0.46.0 Bumps [cached](https://github.com/jaemk/cached) from 0.45.1 to 0.46.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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85df25e52..8881e5bd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -874,13 +874,13 @@ dependencies = [ [[package]] name = "cached" -version = "0.45.1" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90eb5776f28a149524d1d8623035760b4454ec881e8cf3838fa8d7e1b11254b3" +checksum = "8cead8ece0da6b744b2ad8ef9c58a4cdc7ef2921e60a6ddfb9eaaa86839b5fc5" dependencies = [ "cached_proc_macro", "cached_proc_macro_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "instant", "once_cell", "r2d2", diff --git a/Cargo.toml b/Cargo.toml index 8a3a69575..806b5ecb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ anyhow = { version = "1.0", optional = true } bincode = "1.3" byteorder = "1.4" bytes = "1" -cached = { version = "0.45", default-features = false, features = [ +cached = { version = "0.46", default-features = false, features = [ "proc_macro", "redis_ahash", ], optional = true }