From 2baada1aafd4b0016d71c54f2430cc2ca9de80cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:06:23 +0000 Subject: [PATCH] chore(deps): Update cached requirement from 0.40.0 to 0.41.0 Updates the requirements on [cached](https://github.com/jaemk/cached) to permit the latest version. - [Release notes](https://github.com/jaemk/cached/releases) - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1815dd5584..5cd18191f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ test-registry = [] [dependencies] async-trait = "0.1.52" base64 = "0.20.0" -cached = "0.40.0" +cached = "0.41.0" lazy_static = "1.4.0" oci-distribution = { version = "0.9", default-features = false } olpc-cjson = "0.1"