summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-09 21:05:42 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-09 21:05:42 +0100
commit7ba2e3913395b212c7789569e1d683e7766cc348 (patch)
treebeffc5adf4f482adcc6b3f87787137b976e33521 /Cargo.toml
parentc8981d00963dac0dc03e6351255ba8823519162c (diff)
downloadiced-7ba2e3913395b212c7789569e1d683e7766cc348.tar.gz
iced-7ba2e3913395b212c7789569e1d683e7766cc348.tar.bz2
iced-7ba2e3913395b212c7789569e1d683e7766cc348.zip
Update `sipper` and relax `Send` requirements
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 021ac4d4..e8772772 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -172,7 +172,7 @@ raw-window-handle = "0.6"
resvg = "0.42"
rustc-hash = "2.0"
sha2 = "0.10"
-sipper = "0.0.4"
+sipper = "0.0.5"
smol = "1.0"
smol_str = "0.2"
softbuffer = "0.4"