From fc25f5516e13b283835457b77c6d6cc4167f1dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:03:14 +0000 Subject: [PATCH] Bump cached from 0.42.0 to 0.43.0 Bumps [cached](https://github.com/jaemk/cached) from 0.42.0 to 0.43.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ef6278..cb51b10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,9 +261,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "cached" -version = "0.42.0" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5877db5d1af7fae60d06b5db9430b68056a69b3582a0be8e3691e87654aeb6" +checksum = "bc2fafddf188d13788e7099295a59b99e99b2148ab2195cae454e754cc099925" dependencies = [ "async-trait", "async_once", diff --git a/Cargo.toml b/Cargo.toml index d505c64..1aebe90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ fuzzy-matcher = "0.3.7" crossterm = "0.26.1" unicode-segmentation = "1.10.1" tiny_update_notifier = "2.2.0" -cached = "0.42.0" +cached = "0.43.0" [target.'cfg(windows)'.dependencies] windows = { version = "0.47.0", features = ["Win32_Storage_FileSystem"] }