From fb42d4613e9b9a1a411a14da2a4ebc6e228d56c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:44:02 +0000 Subject: [PATCH] chore(deps): bump quick_cache from 0.6.9 to 0.6.10 Bumps [quick_cache](https://github.com/arthurprs/quick-cache) from 0.6.9 to 0.6.10. - [Release notes](https://github.com/arthurprs/quick-cache/releases) - [Commits](https://github.com/arthurprs/quick-cache/compare/v0.6.9...v0.6.10) --- updated-dependencies: - dependency-name: quick_cache 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 9f79bb83f8..cda9c57e96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9622,9 +9622,9 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d7c94f8935a9df96bb6380e8592c70edf497a643f94bd23b2f76b399385dbf4" +checksum = "3f67cfc9c723c39f3615eb0840b00c4cb9e2b068d2fa761a30d845ec91730a59" dependencies = [ "ahash 0.8.11", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 59b9d86206..bd76d5d4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -249,7 +249,7 @@ tower_governor = { version = "0.4.3", features = ["tracing"] } pin-project = "1.1.9" mirai-annotations = "1.12.0" lru = "0.11.0" -quick_cache = "0.6.9" +quick_cache = "0.6.10" bs58 = "0.5.1" dirs-next = "2.0.0" chacha20poly1305 = "0.10.1"