From b616fbb438a015f5912a1107d9324dae9a728b3f Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 30 Dec 2024 14:23:38 +0300 Subject: [PATCH] build(deps): add futures-timer v3.0.0 to Cargo.toml --- Cargo.lock | 7 +++++++ Cargo.toml | 1 + 2 files changed, 8 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 0a0052c..dd603c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -722,6 +722,7 @@ dependencies = [ "actix-web", "console_error_panic_hook", "futures", + "futures-timer", "gloo-net 0.5.0", "http 1.2.0", "js-sys", @@ -1083,6 +1084,12 @@ version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" +[[package]] +name = "futures-timer" +version = "3.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" + [[package]] name = "futures-util" version = "0.3.31" diff --git a/Cargo.toml b/Cargo.toml index c9a4cd8..02e7e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,7 @@ wasm-bindgen-futures = "0.4" serde_json="1.0.133" thiserror = "2.0.9" zerofrom = "0.1" +futures-timer = "3.0.0" [features] csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]