From 0f0cf0546af37093c6bfe1a7f9ae7d9c698b6504 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 6 Oct 2024 22:57:34 +0200 Subject: [PATCH] Update sysinfo dependency to 0.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 932db11..d0b3375 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ ref-cast = "1.0" regex = { version = "1.9.2", default-features = false, features = ["perf", "std"] } semver = "1.0" serde = "1.0.194" -sysinfo = { version = "0.31", default-features = false, features = ["system"] } +sysinfo = { version = "0.32", default-features = false, features = ["system"] } termcolor = "1.1" thiserror = "1.0.56" timely-master = { version = "=0.13.0-dev.1", default-features = false }