From 7bac771259abfd491a57fea3fa012682dde0e092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:37:42 +0200 Subject: [PATCH] chore(rust)(deps): update quick_cache requirement in /wnfs (#346) Updates the requirements on [quick_cache](https://github.com/arthurprs/quick-cache) to permit the latest version. - [Commits](https://github.com/arthurprs/quick-cache/commits) --- updated-dependencies: - dependency-name: quick_cache dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- wnfs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index 16f48610..c0a7e3ff 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -33,7 +33,7 @@ libipld-core = { version = "0.16" } multihash = "0.19" once_cell = "1.16" proptest = { version = "1.1", optional = true } -quick_cache = "0.3.0" +quick_cache = "0.4.0" rand_core = "0.6" semver = { version = "1.0", features = ["serde"] } serde = { version = "1.0", features = ["rc"] }