Skip to content

Commit

Permalink
Merge pull request #699 from gosub-io/dependabot/cargo/wasm-bindgen-f…
Browse files Browse the repository at this point in the history
…utures-0.4.47

Bump wasm-bindgen-futures from 0.4.45 to 0.4.47
  • Loading branch information
Sharktheone authored Dec 4, 2024
2 parents 973389f + 4cecd01 commit 240d7d2
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 21 deletions.
34 changes: 18 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ js-sys = "0.3.70"
console_log = "1.0.0"
console_error_panic_hook = "0.1.7"
wasm-bindgen = "0.2.93"
wasm-bindgen-futures = "0.4.42"
wasm-bindgen-futures = "0.4.47"
getrandom = { version = "0.2.15", features = ["js"] }


Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ureq = "2.10.1"
[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = { version = "0.3.72", features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"] }
js-sys = "0.3.70"
wasm-bindgen-futures = "0.4.43"
wasm-bindgen-futures = "0.4.47"
2 changes: 1 addition & 1 deletion crates/gosub_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ log = "0.4.22"
lazy_static = "1.5.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4.42"
wasm-bindgen-futures = "0.4.47"
web-sys = "0.3.72"
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = "0.4.22"
js-sys = "0.3.70"
getrandom = { version = "0.2.15", features = ["js"] }
web-sys = { version = "0.3.72", features = ["Performance", "Window", "Worker", "WorkerOptions", "WorkerType"] }
wasm-bindgen-futures = "0.4.43"
wasm-bindgen-futures = "0.4.47"
wasm-bindgen = "0.2.93"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_useragent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ image = "0.25.5"

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = "0.3.72"
wasm-bindgen-futures = "0.4.43"
wasm-bindgen-futures = "0.4.47"

0 comments on commit 240d7d2

Please sign in to comment.