From c930ddd969aa428393f8c941c0d1a716222e7e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:39:43 +0000 Subject: [PATCH] Update sysinfo requirement from 0.30.13 to 0.31.2 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.2) --- 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..f5025d62 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.2" rayon = "1.10.0" os_info = "3.8.2" rcgen = "0.13.1"