Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2023
1 parent c6f39e1 commit ceb365c
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 251 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]

[dependencies]
wasm-bindgen = "0.2.84"
wasm-bindgen = "0.2.87"

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand All @@ -27,7 +27,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
wee_alloc = { version = "0.4.5", optional = true }

[dev-dependencies]
wasm-bindgen-test = "0.3.34"
wasm-bindgen-test = "0.3.37"

[profile.release]
# Tell `rustc` to optimize for small code size.
Expand Down

0 comments on commit ceb365c

Please sign in to comment.