Skip to content

Commit b158859

Browse files
Bump web-sys from 0.3.70 to 0.3.72 in /rust
Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.70 to 0.3.72. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: web-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent daffb00 commit b158859

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde-wasm-bindgen = "0.6.5"
3232
base64 = "0.22.1"
3333

3434
js-sys = "0.3.72"
35-
web-sys = { version = "0.3.70", features = ["console"] }
35+
web-sys = { version = "0.3.72", features = ["console"] }
3636

3737
# if you need something like std::time::Instant::now() in WebAssembly:
3838
# instant = { version = "0.1", features = [ "wasm-bindgen", "now" ] }

0 commit comments

Comments
 (0)