From 6e71c00f716dfad5682c97518fc50d6784d7eeb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:57:31 +0000 Subject: [PATCH] Update sysinfo requirement from 0.30.13 to 0.31.3 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/compare/v0.30.13...v0.31.3) --- 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 fa87bc74..9f6f6598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tracing-appender = "0.2.3" tonic = { version = "0.12.1", features = ["tls"] } prost = "0.13.1" tonic-reflection = "0.12.1" -sysinfo = "0.30.13" +sysinfo = "0.31.3" rayon = "1.10.0" os_info = "3.8.2" rcgen = "0.13.1"