From 9a40978337e950a533c0f83aa53985fe2b68b37e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 02:59:38 +0000 Subject: [PATCH] Bump cached from 0.50.0 to 0.51.1 Bumps [cached](https://github.com/jaemk/cached) from 0.50.0 to 0.51.1. - [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 | 4 ++-- hifirs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bf2e9e..00afbc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -423,9 +423,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cached" -version = "0.50.0" +version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a7d38ed2761b8a13ce42bc44b09d5a052b88da2f9fead624c779f31ac0729a" +checksum = "827444961d1a2335221ca1f6026127ab6f767bcec3bf88d19b18204265c595c3" dependencies = [ "ahash", "async-trait", diff --git a/hifirs/Cargo.toml b/hifirs/Cargo.toml index 1e7a0b8..3d0960d 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.51", features = ["async", "serde", "serde_json"]} async-trait = "0.1.73" # [dependencies.rusqlite]