about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2025-07-13 07:21:21 +0200
committerGitHub <noreply@github.com>2025-07-13 07:21:21 +0200
commit8719acd4d10b3cd390ad401df3a08ca40b57c6ed (patch)
treedba848b9d9d989ab45e84b0b3c9aa7ff2093db56 /src/tools
parent3cd37dfcbe53b85484947bab4d77e79c85489fb5 (diff)
parent1a28fb8b7b06b25834ef8fb4295cdd2ade1f6da7 (diff)
downloadrust-8719acd4d10b3cd390ad401df3a08ca40b57c6ed.tar.gz
rust-8719acd4d10b3cd390ad401df3a08ca40b57c6ed.zip
Rollup merge of #143791 - GuillaumeGomez:update-sysinfo, r=jieyouxu
Update sysinfo version to `0.36.0`

Bugfixes and some new API additions.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/opt-dist/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/opt-dist/Cargo.toml b/src/tools/opt-dist/Cargo.toml
index dfa884bc3f7..2ed3fbac709 100644
--- a/src/tools/opt-dist/Cargo.toml
+++ b/src/tools/opt-dist/Cargo.toml
@@ -10,7 +10,7 @@ log = "0.4"
 anyhow = "1"
 humantime = "2"
 humansize = "2"
-sysinfo = { version = "0.35.0", default-features = false, features = ["disk"] }
+sysinfo = { version = "0.36.0", default-features = false, features = ["disk"] }
 fs_extra = "1"
 camino = "1"
 tar = "0.4"