From aeb1cbcdd411d64b87fe9711c953f1cdef96adf3 Mon Sep 17 00:00:00 2001 From: glyph Date: Sat, 30 Oct 2021 12:58:40 +0200 Subject: [PATCH] update systemstat dep --- peach-stats/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/peach-stats/Cargo.toml b/peach-stats/Cargo.toml index 7569d0c..af40d85 100644 --- a/peach-stats/Cargo.toml +++ b/peach-stats/Cargo.toml @@ -33,9 +33,8 @@ jsonrpc-core = "11" jsonrpc-http-server = "11" log = "0.4" miniserde = "0.1.15" -#probes = "0.3" probes = "0.4.1" -systemstat = "0.1" +systemstat = "0.1.10" [dev-dependencies] jsonrpc-test = "11"