Skip to content

Commit a0a7dd3

Browse files
Bump wasm-bindgen from 0.2.93 to 0.2.94 in /server
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.93 to 0.2.94. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.94) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e0726b commit a0a7dd3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

server/Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
1818
hex2d = "1.1.0"
1919
serde = { version = "1.0.152", features = ["derive"] }
2020
serde_json = "1.0.91"
21-
wasm-bindgen = "0.2.83"
21+
wasm-bindgen = "0.2.94"
2222
async-std = "1.12.0"
2323
wasm-bindgen-futures = "0.4.33"
2424
serde-wasm-bindgen = "0.6.0"

0 commit comments

Comments
 (0)