From d2157ac9d81f592d873c38d5bc1e758f8447b7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 15 Oct 2019 13:09:14 -0400 Subject: [PATCH] misc: fix cargo lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9514193..b540f92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "cacache" -version = "2.0.0" +version = "2.0.1" dependencies = [ "async-std 0.99.9 (registry+https://github.com/rust-lang/crates.io-index)", "chownr 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",