From 4a5c69ef35a5cb60762868c0a174c6e56c3c0de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 05:04:50 +0000 Subject: [PATCH] chore(deps): Bump cached from 0.43.0 to 0.44.0 Bumps [cached](https://github.com/jaemk/cached) from 0.43.0 to 0.44.0. - [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 | 16 ++++------------ vdev/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07f0a845e9e39..7aaaece8bb1ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,12 +616,6 @@ dependencies = [ "syn 2.0.10", ] -[[package]] -name = "async_once" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82" - [[package]] name = "atomic-waker" version = "1.0.0" @@ -1731,18 +1725,16 @@ checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" [[package]] name = "cached" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc2fafddf188d13788e7099295a59b99e99b2148ab2195cae454e754cc099925" +checksum = "b195e4fbc4b6862bbd065b991a34750399c119797efff72492f28a5864de8700" dependencies = [ "async-trait", - "async_once", "cached_proc_macro", "cached_proc_macro_types", "futures 0.3.28", "hashbrown 0.13.2", "instant", - "lazy_static", "once_cell", "thiserror", "tokio", @@ -1750,9 +1742,9 @@ dependencies = [ [[package]] name = "cached_proc_macro" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10ca87c81aaa3a949dbbe2b5e6c2c45dbc94ba4897e45ea31ff9ec5087be3dc" +checksum = "b48814962d2fd604c50d2b9433c2a41a0ab567779ee2c02f7fba6eca1221f082" dependencies = [ "cached_proc_macro_types", "darling 0.14.2", diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index f498d000fcf5b..4ad994c368f3e 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] anyhow = "1.0.71" atty = "0.2.14" -cached = "0.43.0" +cached = "0.44.0" chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] } clap = { version = "4.1.14", features = ["derive"] } clap-verbosity-flag = "2.0.1"