diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-12-26 08:48:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-26 08:48:34 +0100 |
| commit | f7dc91f25f485c47cfd3b2902e18577d332db76a (patch) | |
| tree | 845414703499b00fe675327e20e1a8e62f722fdd /Cargo.lock | |
| parent | c59de6b117c8dd8e874c8304594c9c0fb8261ed9 (diff) | |
| parent | c2dcfc762d0489511ce527307cdc2cfd8384b430 (diff) | |
Rollup merge of #119303 - GuillaumeGomez:update-sysinfo, r=onur-ozkan
Update sysinfo A small bugfix was released for sysinfo so updating once again. r? ``@onur-ozkan``
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5d78e29de0e..a53e13983bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5205,9 +5205,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.2" +version = "0.29.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9557d0845b86eea8182f7b10dff120214fb6cd9fd937b6f4917714e546a38695" +checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" dependencies = [ "cfg-if", "core-foundation-sys", |
