diff --git a/Cargo.lock b/Cargo.lock index b3b8516133182..d28d87dd009c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1836,19 +1836,16 @@ checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" [[package]] name = "cached" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b195e4fbc4b6862bbd065b991a34750399c119797efff72492f28a5864de8700" +checksum = "c0e59e0e7b3df32ec782dd3bba8315f4bdeae81c8aecf6554ca2815ff403cf37" dependencies = [ - "async-trait", "cached_proc_macro", "cached_proc_macro_types", - "futures 0.3.28", "hashbrown 0.13.1", "instant", "once_cell", "thiserror", - "tokio", ] [[package]] diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index e537fa12327e6..4cec491e76ab0 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] anyhow = "1.0.75" atty = "0.2.14" -cached = "0.44.0" +cached = "0.45.0" chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] } clap = { version = "4.4.2", features = ["derive"] } clap-verbosity-flag = "2.0.1"