From 2bb2b49d5c0f10fb1a155f5dff3048a392d5ed1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 08:41:09 -0400 Subject: [PATCH] Update sysinfo requirement from 0.25.1 to 0.26.0 (#133) 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> Co-authored-by: Jason Ozias --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdcdc893..5fb48e52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ enum-iterator = "~1.1.3" getset = "0.1.2" git2 = { version = "0.14.4", optional = true, default-features = false } rustc_version = { version = "0.4.0", optional = true } -sysinfo = { version = "0.25.1", optional = true, default-features = false } +sysinfo = { version = "0.26.0", optional = true, default-features = false } thiserror = "1.0.32" time = { version = "0.3.12", features = ["formatting"], optional = true }