summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-15 14:00:36 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-15 14:00:36 +0100
commitedb5a66c5339c5d7e2fddd5b796434d83edadb3e (patch)
treef2458d578aadfb8f415b920471efddd56dcaf1fd /Cargo.toml
parent3c01854575bfe2f1ba880520d54b7c84f893e26d (diff)
downloadiced-edb5a66c5339c5d7e2fddd5b796434d83edadb3e.tar.gz
iced-edb5a66c5339c5d7e2fddd5b796434d83edadb3e.tar.bz2
iced-edb5a66c5339c5d7e2fddd5b796434d83edadb3e.zip
Update `sysinfo` to `0.33`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d365e146..a8e1b5be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"