Skip to content

Commit

Permalink
bump wasm-bindgen and js-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Dec 8, 2024
1 parent e2e565c commit 3326e6b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 39 deletions.
66 changes: 32 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,12 @@ futures = "0.3.30"
futures-channel = "0.3.21"
futures-util = { version = "0.3", default-features = false }
rustc-hash = "1.1.0"
wasm-bindgen = "0.2.95"
wasm-bindgen-cli-support = "0.2.95"
wasm-bindgen-shared = "0.2.95"
wasm-bindgen = "0.2.99"
wasm-bindgen-cli-support = "0.2.99"
wasm-bindgen-shared = "0.2.99"
wasm-bindgen-futures = "0.4.42"
js-sys = "0.3.76"
web-sys = { version = "0.3.76", default-features = false }
html_parser = "0.7.0"
thiserror = "1.0.40"
prettyplease = { version = "0.2.20", features = ["verbatim"] }
Expand Down Expand Up @@ -217,8 +219,6 @@ rustversion = "1.0.17"
rand = "0.8.5"
longest-increasing-subsequence = "0.1.0"
trybuild = "1.0"
js-sys = "0.3.56"
web-sys = { version = "0.3.56", default-features = false }
dirs = "5.0.1"
cargo-config2 = "0.1.26"
criterion = { version = "0.5" }
Expand Down

0 comments on commit 3326e6b

Please sign in to comment.