From 0ff5f9e8a7bc8d56d6ca8335a954550560a4eaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 11 Feb 2025 00:39:37 +0100 Subject: [PATCH] Update `sipper` to `0.1.0` --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db1a397a44..a86070dbdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index e877277201..e990cf5954 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.5" +sipper = "0.1.0" smol = "1.0" smol_str = "0.2" softbuffer = "0.4"