diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-08-11 16:19:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 16:19:06 +0200 |
| commit | c2915051bdd532c8ed36b3a79d60b5d6502ff592 (patch) | |
| tree | 2b9ecc8c721b5ccfc97920cf6fafa5a08fe2ad93 /src/tools | |
| parent | eee9e60afb29da8b89520eca045af2d65fdc1961 (diff) | |
| parent | eff5315cb174020c0f34c5c7b2c351728efdbae4 (diff) | |
| download | rust-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.toml | 2 |
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" |
