about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-08-11 16:19:06 +0200
committerGitHub <noreply@github.com>2025-08-11 16:19:06 +0200
commitc2915051bdd532c8ed36b3a79d60b5d6502ff592 (patch)
tree2b9ecc8c721b5ccfc97920cf6fafa5a08fe2ad93 /src/tools
parenteee9e60afb29da8b89520eca045af2d65fdc1961 (diff)
parenteff5315cb174020c0f34c5c7b2c351728efdbae4 (diff)
downloadrust-c2915051bdd532c8ed36b3a79d60b5d6502ff592.tar.gz
rust-c2915051bdd532c8ed36b3a79d60b5d6502ff592.zip
Rollup merge of #145247 - GuillaumeGomez:update-sysinfo, r=Kobzol
Update `sysinfo` version to `0.37.0`

Some small performance improvements and internal cleanups.
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 2ed3fbac709..f4051ae67d7 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.36.0", default-features = false, features = ["disk"] }
+sysinfo = { version = "0.37.0", default-features = false, features = ["disk"] }
 fs_extra = "1"
 camino = "1"
 tar = "0.4"