Skip to content

Commit 91a7a09

Browse files
Merge pull request #803 from asaaki/dependabot/cargo/rust/web-sys-0.3.70
2 parents 20bb8d7 + c07e330 commit 91a7a09

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.70"
35-
web-sys = { version = "0.3.69", features = ["console"] }
35+
web-sys = { version = "0.3.70", 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)