From beced4cce1db9536b155c77a918e8714cefd8adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:34:51 +0000 Subject: [PATCH] fix(deps): bump quick_cache from 0.6.15 to 0.6.16 Bumps [quick_cache](https://github.com/arthurprs/quick-cache) from 0.6.15 to 0.6.16. - [Release notes](https://github.com/arthurprs/quick-cache/releases) - [Commits](https://github.com/arthurprs/quick-cache/compare/v0.6.15...v0.6.16) --- updated-dependencies: - dependency-name: quick_cache dependency-version: 0.6.16 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 4120c170..8753c942 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1890,9 +1890,9 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.6.15" +version = "0.6.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8565e62e02af316570d4b492f17af1481d6c07cea60f4e7edd71700da5052ba9" +checksum = "9ad6644cb07b7f3488b9f3d2fde3b4c0a7fa367cafefb39dff93a659f76eb786" dependencies = [ "ahash", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 17726a87..aeb88a18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tonic-reflection = "0.13.1" tonic-health = "0.13.1" tonic-build = "0.13.1" prost = "0.13.5" -quick_cache = "0.6.15" +quick_cache = "0.6.16" url = { version = "2.5.4", features = ["serde"] } clap = { version = "4.5.40", features = ["derive"] } humantime = "2.2.0"