From 61fc474c4f14d2291820282aed081256c2391510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 15:44:24 +0200 Subject: [PATCH] build(deps): update sysinfo requirement from 0.16.3 to 0.17.0 (#536) Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- kvdb-rocksdb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kvdb-rocksdb/Cargo.toml b/kvdb-rocksdb/Cargo.toml index 0481f42df..5b44388d9 100644 --- a/kvdb-rocksdb/Cargo.toml +++ b/kvdb-rocksdb/Cargo.toml @@ -31,6 +31,6 @@ kvdb-shared-tests = { path = "../kvdb-shared-tests", version = "0.7" } rand = "0.8.0" tempfile = "3.1.0" keccak-hash = { path = "../keccak-hash" } -sysinfo = "0.16.3" +sysinfo = "0.17.0" ctrlc = "3.1.4" chrono = "0.4"