From cfd4be25448b139cb43f7d17fbba3b5c71fa6383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:00:34 +0000 Subject: [PATCH] Update sysinfo requirement from 0.29.11 to 0.30.7 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.29.11...v0.30.7) --- 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 04a006f..ade8bcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ egui-wgpu = { git = "https://github.com/emilk/egui.git", features = ["winit"] } egui-winit = { git = "https://github.com/emilk/egui.git", features = ["clipboard"] } egui_demo_lib = { git = "https://github.com/emilk/egui.git" } what = { git = "https://github.com/thomasw04/what.git" } -sysinfo = "0.29.11" +sysinfo = "0.30.7" rand = "0.8.5" indicatif = "0.17.7" indicatif-log-bridge = "0.2.2"