Skip to content

Commit

Permalink
fix(deps): update rust-wasm-bindgen monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and HerringtonDarkholme committed Mar 21, 2024
1 parent 5dab6d6 commit 69c54f9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ crate-type = ["cdylib", "rlib"]
default = []

[dependencies]
wasm-bindgen = {version = "0.2.91", features = ["serde-serialize"]}
wasm-bindgen-futures = "0.4.41"
wasm-bindgen = {version = "0.2.92", features = ["serde-serialize"]}
wasm-bindgen-futures = "0.4.42"
serde = { version = "1.0", features = ["derive"] }

# The `console_error_panic_hook` crate provides better debugging of panics by
Expand All @@ -37,7 +37,7 @@ serde-wasm-bindgen = "0.6"
serde_json = "1.0.114"

[dev-dependencies]
wasm-bindgen-test = "0.3.41"
wasm-bindgen-test = "0.3.42"
tree-sitter-rust = "0.20.4"

[profile.release]
Expand Down

0 comments on commit 69c54f9

Please sign in to comment.