diff --git a/core/Cargo.lock b/core/Cargo.lock index 63b0469936f1..58be62910d4a 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -1185,9 +1185,9 @@ dependencies = [ [[package]] name = "cacache" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "142316461ed3a3dfcba10417317472da5bfd0461e4d276bf7c07b330766d9490" +checksum = "a61ff12b19d89c752c213316b87fdb4a587f073d219b893cc56974b8c9f39bf7" dependencies = [ "digest", "either", diff --git a/core/Cargo.toml b/core/Cargo.toml index 3796268c9369..dbfc4cd309e7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -287,7 +287,7 @@ atomic_lib = { version = "0.34.5", optional = true } bb8-postgres = { version = "0.8.1", optional = true } tokio-postgres = { version = "0.7.8", optional = true } # for services-cacache -cacache = { version = "12.0", default-features = false, features = [ +cacache = { version = "13.0", default-features = false, features = [ "tokio-runtime", "mmap", ], optional = true }