From b9f1875e8e421970694ff82dde6a49901f63fb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:34:58 +0000 Subject: [PATCH] Update sysinfo requirement from 0.29 to 0.30 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3aaa1dd..8626817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,4 +36,4 @@ rand = "0.8" tokio = { version = "1", features = ["rt"], default-features = false } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -sysinfo = { version = "0.29", default_features = false } +sysinfo = { version = "0.30", default_features = false }