From 87d0868e319e9d0bfe11dd3f7c57af56704b7b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:20:28 +0000 Subject: [PATCH] Update sysinfo requirement from 0.14.10 to 0.23.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c1137c..2fc6f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ chrono = { version = "0.4", features = ["serde"] } humantime = "2.0" custom_debug = "0.5" thiserror = "1.0" -sysinfo = { version = "0.14.10" } +sysinfo = { version = "0.23.0" } os_info = { version = "3.0.6", default-features = false } zip = "0.5.12" flate2 = "1.0.16"