From 878a4feab65cb7094f0baaae4d444285dc4436a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:09:31 +0000 Subject: [PATCH] Update sysinfo requirement from 0.25.1 to 0.26.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 ed55af01..1df1b59e 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 }