diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2025-07-13 07:21:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-13 07:21:21 +0200 |
| commit | 8719acd4d10b3cd390ad401df3a08ca40b57c6ed (patch) | |
| tree | dba848b9d9d989ab45e84b0b3c9aa7ff2093db56 /src/tools | |
| parent | 3cd37dfcbe53b85484947bab4d77e79c85489fb5 (diff) | |
| parent | 1a28fb8b7b06b25834ef8fb4295cdd2ade1f6da7 (diff) | |
| download | rust-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.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 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" |
