From d0c9bf413e5b6e7c85435301b250df06a515457a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:02:44 +0000 Subject: [PATCH] Update sysinfo requirement from 0.26.0 to 0.27.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 27ec28e6..eb8471eb 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.26.0", optional = true, default-features = false } +sysinfo = { version = "0.27.0", optional = true, default-features = false } thiserror = "1.0.32" time = { version = "0.3.12", features = ["formatting"], optional = true }