Skip to content

Commit

Permalink
Merge pull request #1864 from appaquet/dependabot/cargo/web-sys-0.3.69
Browse files Browse the repository at this point in the history
chore(deps): bump web-sys from 0.3.68 to 0.3.69
  • Loading branch information
github-actions[bot] authored Mar 7, 2024
2 parents 898784e + 675126a commit c1d9e8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.57"
wasm-bindgen = { version = "0.2.92", features = ["serde-serialize"] }# serde for serialization from JsValue
wasm-bindgen-futures = "0.4.42"
wasm-logger = "0.2.0"
web-sys = { version = "0.3.68", features = ["Storage", "Window"] }
web-sys = { version = "0.3.69", features = ["Storage", "Window"] }

# Needed to force rand 0.7 to load with wasm support
rand07 = {package = "rand", version = "0.7", features = ["wasm-bindgen"]}
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen"] }
wasm-timer = "0.2.5"

# web
web-sys = { version = "0.3.68", features = ["Storage"], optional = true }
web-sys = { version = "0.3.69", features = ["Storage"], optional = true }

[target."cfg(target_arch = \"wasm32\")".dependencies]
getrandom = "0.2.12"
Expand Down

0 comments on commit c1d9e8a

Please sign in to comment.