Skip to content

Commit

Permalink
chore(web): bump web-sys & js-sys to 0.3.70 (#3256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaborie authored Nov 27, 2024
1 parent 3d62fbf commit f257529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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",
Expand Down

0 comments on commit f257529

Please sign in to comment.