From 076ba7a90054021098c72de09fbafc1ce7b3ae95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:07:02 +0200 Subject: [PATCH] build(deps): update sysinfo requirement from 0.25.1 to 0.26.0 (#670) Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 0b46fc215..675083b0d 100644 --- a/kvdb-rocksdb/Cargo.toml +++ b/kvdb-rocksdb/Cargo.toml @@ -41,6 +41,6 @@ kvdb-shared-tests = { path = "../kvdb-shared-tests", version = "0.9" } rand = "0.8.0" tempfile = "3.1.0" keccak-hash = { path = "../keccak-hash" } -sysinfo = "0.25.1" +sysinfo = "0.26.0" ctrlc = "3.1.4" chrono = "0.4"