diff --git a/Cargo.lock b/Cargo.lock index b7b3934c04..6f0cca78be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5958,9 +5958,9 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.6.21" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a70b1b8b47e31d0498ecbc3c5470bb931399a8bfed1fd79d1717a61ce7f96e3" +checksum = "d1c821816e9b928e20e92ed59bb3ac4aab321d16ca2316871c9fe7ca739cd477" dependencies = [ "ahash", "equivalent", diff --git a/lib/common/common/Cargo.toml b/lib/common/common/Cargo.toml index 08ae3cb330..c11c5af6e2 100644 --- a/lib/common/common/Cargo.toml +++ b/lib/common/common/Cargo.toml @@ -34,7 +34,7 @@ num_cpus = "1.17" ordered-float = { workspace = true } parking_lot = { workspace = true } ph = { workspace = true } -quick_cache = "0.6.19" +quick_cache = "0.6.22" rand = { workspace = true } schemars = { workspace = true } semver = { workspace = true }