From 6970da18c7f03c1fdb93af08fbe42f6dba3340fd Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Thu, 20 Feb 2020 10:33:22 +0000 Subject: [PATCH] Update cache-size to 0.5.0 Port of https://github.com/tikv/sysinfo/pull/4 from @kennytm Signed-off-by: Nick Cameron --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4e1e1a99..7c6b6c6c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ once_cell = "1.0" 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", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "objbase", "powerbase", "netioapi"] }