From 5306efc4471de6d234b4ff51b92efdea38fdf26e Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 8 Jan 2025 02:48:11 +0300 Subject: [PATCH] build(dependencies): add gloo-timers to cargo.toml. --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index f7e2655..ce475b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,6 +723,7 @@ dependencies = [ "console_error_panic_hook", "futures", "gloo-net 0.5.0", + "gloo-timers", "http 1.2.0", "leptos", "leptos_actix", diff --git a/Cargo.toml b/Cargo.toml index 87b2e49..adbc504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ web-sys = { version = "0.3", features = ["Event"] } nostr-sdk = "0.37" tokio = "1" gloo-net = "0.5" +gloo-timers = { version = "0.2", features = ["futures"] } futures = "0.3" wasm-bindgen-futures = "0.4" serde_json="1.0.133"