diff options
author | 2025-02-15 14:00:36 +0100 | |
---|---|---|
committer | 2025-02-15 14:00:36 +0100 | |
commit | edb5a66c5339c5d7e2fddd5b796434d83edadb3e (patch) | |
tree | f2458d578aadfb8f415b920471efddd56dcaf1fd /Cargo.toml | |
parent | 3c01854575bfe2f1ba880520d54b7c84f893e26d (diff) | |
download | iced-edb5a66c5339c5d7e2fddd5b796434d83edadb3e.tar.gz iced-edb5a66c5339c5d7e2fddd5b796434d83edadb3e.tar.bz2 iced-edb5a66c5339c5d7e2fddd5b796434d83edadb3e.zip |
Update `sysinfo` to `0.33`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ smol = "1.0" smol_str = "0.2" softbuffer = "0.4" syntect = "5.1" -sysinfo = "0.30" +sysinfo = "0.33" thiserror = "1.0" tiny-skia = "0.11" tokio = "1.0" |