Skip to content

Commit f57223e

Browse files
build(deps): Bump wasm-bindgen from 0.2.95 to 0.2.99
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.95 to 0.2.99. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.95...0.2.99) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.99 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fe8935 commit f57223e

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rand_chacha = "0.3"
2020
recrypt = { version = "0.14", features = ["wasm"], default-features = false }
2121
serde = "1"
2222
serde_derive = "1"
23-
wasm-bindgen = { version = "=0.2.95" }
23+
wasm-bindgen = { version = "=0.2.99" }
2424

2525
[profile.dev]
2626
opt-level = 2

0 commit comments

Comments
 (0)