Update sipper to 0.1.0

This commit is contained in:
Héctor Ramón Jiménez 2025-02-11 00:39:37 +01:00
parent 6154395be0
commit 0ff5f9e8a7
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -5230,9 +5230,9 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
[[package]]
name = "sipper"
version = "0.0.5"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "273c7573677e3835339763d44dd6ee0683b92108d04b311108809e9819f4bc13"
checksum = "1bccb4192828b3d9a08e0b5a73f17795080dfb278b50190216e3ae2132cf4f95"
dependencies = [
"futures",
"pin-project-lite",

View file

@ -172,7 +172,7 @@ raw-window-handle = "0.6"
resvg = "0.42"
rustc-hash = "2.0"
sha2 = "0.10"
sipper = "0.0.5"
sipper = "0.1.0"
smol = "1.0"
smol_str = "0.2"
softbuffer = "0.4"