From f257529bec5803df70c031b70687c7161d896b96 Mon Sep 17 00:00:00 2001 From: igor Date: Wed, 27 Nov 2024 08:45:36 +0100 Subject: [PATCH] chore(web): bump web-sys & js-sys to 0.3.70 (#3256) --- packages/web/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/Cargo.toml b/packages/web/Cargo.toml index 09de9f19ab..1e69d64850 100644 --- a/packages/web/Cargo.toml +++ b/packages/web/Cargo.toml @@ -24,7 +24,7 @@ dioxus-interpreter-js = { workspace = true, features = [ ] } generational-box = { workspace = true } -js-sys = "0.3.56" +js-sys = "0.3.70" wasm-bindgen = { workspace = true } wasm-bindgen-futures = "0.4.29" tracing = { workspace = true } @@ -44,7 +44,7 @@ ciborium = { workspace = true, optional = true } async-trait = { version = "0.1.58", optional = true } [dependencies.web-sys] -version = "0.3.56" +version = "0.3.70" features = [ "AnimationEvent", "ClipboardEvent",