From 1e24b2407f926c5de3b1718db413004580f73659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:24:49 +0000 Subject: [PATCH] Update sysinfo requirement from 0.29.11 to 0.30.10 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/v0.30.10/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.29.11...v0.30.10) --- 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..74b00ef 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.10" rand = "0.8.5" indicatif = "0.17.7" indicatif-log-bridge = "0.2.2"