From 79ab5c309306a0b2b0cf3b0729e167b6f6086a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 02:42:08 +0000 Subject: [PATCH] Bump cached from 0.50.0 to 0.52.0 Bumps [cached](https://github.com/jaemk/cached) from 0.50.0 to 0.52.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 | 8 ++++---- hifirs/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bf2e9e..fbcee23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -423,9 +423,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cached" -version = "0.50.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a7d38ed2761b8a13ce42bc44b09d5a052b88da2f9fead624c779f31ac0729a" +checksum = "a8466736fe5dbcaf8b8ee24f9bbefe43c884dc3e9ff7178da70f55bffca1133c" dependencies = [ "ahash", "async-trait", @@ -443,9 +443,9 @@ dependencies = [ [[package]] name = "cached_proc_macro" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771aa57f3b17da6c8bcacb187bb9ec9bc81c8160e72342e67c329e0e1651a669" +checksum = "575f32e012222055211b70f5b0601f951f84523410a0e65c81f2744a6042450d" dependencies = [ "darling", "proc-macro2", diff --git a/hifirs/Cargo.toml b/hifirs/Cargo.toml index 1e7a0b8..fac5e26 100644 --- a/hifirs/Cargo.toml +++ b/hifirs/Cargo.toml @@ -37,7 +37,7 @@ once_cell = "1.18" axum = { version = "0.7", features = ["ws", "tokio"] } include_dir = "0.7" mime_guess = "2.0" -cached = { version = "0.50", features = ["async", "serde", "serde_json"]} +cached = { version = "0.52", features = ["async", "serde", "serde_json"]} async-trait = "0.1.73" # [dependencies.rusqlite]