From 1f2c5bdb4bb0983647395008d48fc539db34c616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 06:16:46 +0000 Subject: [PATCH] chore(deps): update cached requirement from 0.51.4 to 0.52.0 (#185) --- updated-dependencies: - dependency-name: cached dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 151bf48..96a85f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ thiserror = "1.0" indexmap = { version = "2", features = ["serde"] } biocommons-bioutils = "0.1.0" ahash = "0.8.11" -cached = "0.51.4" +cached = "0.52.0" [dev-dependencies] anyhow = "1.0"