diff options
author | 2025-02-09 21:05:42 +0100 | |
---|---|---|
committer | 2025-02-09 21:05:42 +0100 | |
commit | 7ba2e3913395b212c7789569e1d683e7766cc348 (patch) | |
tree | beffc5adf4f482adcc6b3f87787137b976e33521 /Cargo.toml | |
parent | c8981d00963dac0dc03e6351255ba8823519162c (diff) | |
download | iced-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |