From 33b6c136e5958d34c97c2b1e98a05aaeef8a788d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 04:49:57 +0000 Subject: [PATCH] build(deps): update sysinfo requirement from 0.29.0 to 0.30.4 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [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] --- 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 257f45c9..d6a1ea5e 100644 --- a/kvdb-rocksdb/Cargo.toml +++ b/kvdb-rocksdb/Cargo.toml @@ -39,6 +39,6 @@ kvdb-shared-tests = { path = "../kvdb-shared-tests", version = "0.11" } rand = "0.8.0" tempfile = "3.1.0" keccak-hash = { path = "../keccak-hash" } -sysinfo = "0.29.0" +sysinfo = "0.30.4" ctrlc = "3.1.4" chrono = "0.4"