From 6ac1878aeda90563e81ad20468f3278b547eece1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:02:14 +0000 Subject: [PATCH] Update sysinfo requirement from ^0.30.7 to ^0.31.0 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.7...v0.30.13) --- 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 efff3b9..0d65cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ sqlx = { version = "^0.8.0", "features" = [ "sqlx-sqlite", ] } -sysinfo = "^0.30.7" +sysinfo = "^0.31.0" reqwest = { version = "0.12.5", features = ["json"] } lazy_static = "^1.4.0" dashmap = { git = "https://github.com/xacrimon/dashmap", branch = "master" }