From d42ff00af7a02c3cd7da84398dc69e658711e447 Mon Sep 17 00:00:00 2001 From: kennytm Date: Wed, 19 Feb 2020 05:43:49 +0800 Subject: [PATCH] Cargo.toml: update cache-size to 0.5.0 Signed-off-by: kennytm --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fda7e9bd..9eb5ef128 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ doc-comment = "0.3" walkdir = "2.2.9" pnet_datalink = "0.23.0" num_cpus = "1.11.1" -cache-size = "0.4.0" +cache-size = "0.5.0" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["fileapi", "handleapi", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "tlhelp32", "winbase", "winerror", "winioctl", "winnt"] }