summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-02-15 14:15:43 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-15 14:15:43 +0100
commitd6848977bcad767a8e8ae83b5069726615886947 (patch)
treecb4a1995385d36faa5ad1d5b40bbff7875b7523d /Cargo.toml
parent7c54bdef1062e4008582d8b1e215ffcc1c1ee016 (diff)
parent8694eeb5c5ace4c2343e1eec3e64e27d36b656bd (diff)
downloadiced-d6848977bcad767a8e8ae83b5069726615886947.tar.gz
iced-d6848977bcad767a8e8ae83b5069726615886947.tar.bz2
iced-d6848977bcad767a8e8ae83b5069726615886947.zip
Merge pull request #2797 from AMS21/fix_2794
Fix system informations `cpu_brand` always being empty
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 abdb2f80..7c8a6a37 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -177,7 +177,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"