From ad81d83c812b116c29735a300f2ff421df438beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:35:56 +0000 Subject: [PATCH] build(deps): update sysinfo requirement from 0.29.0 to 0.30.5 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] --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 65da846..e1200c3 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "^1.0", features = ["derive"] } serde-error = "0.1.2" serde_json = "1.0.87" shellexpand = "3.1.0" -sysinfo = "0.29.0" +sysinfo = "0.30.5" tempfile = "3.3.0" tokio = { version = "1.0", features = ["fs"] } tokio-util = { version = "0.7.4", features = ["io"] }