Skip to content

Commit

Permalink
Merge pull request #388 from fornwall/main
Browse files Browse the repository at this point in the history
Update wasm-bindgen from 0.2.86 to 0.2.87
  • Loading branch information
zebp authored Nov 8, 2023
2 parents 92a1127 + d40ced2 commit 64c78a0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
44 changes: 22 additions & 22 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 worker-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ tar = "0.4.38"
ureq = { version = "2.6.2", features = ["tls", "gzip"] }

[dev-dependencies]
wasm-bindgen-cli-support = "0.2.86"
wasm-bindgen-cli-support = "0.2.87"
4 changes: 2 additions & 2 deletions worker-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ worker-sys = { path = "../worker-sys", version = "0.0.10" }
syn = "2.0.17"
proc-macro2 = "1.0.60"
quote = "1.0.28"
wasm-bindgen = "=0.2.86"
wasm-bindgen = "=0.2.87"
wasm-bindgen-futures = "0.4.36"
wasm-bindgen-macro-support = "0.2.86"
wasm-bindgen-macro-support = "0.2.87"

[features]
queue = []
2 changes: 1 addition & 1 deletion worker-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Low-level extern definitions / FFI bindings to the Cloudflare Wor
[dependencies]
cfg-if = "1.0.0"
js-sys = "0.3.63"
wasm-bindgen = "=0.2.86"
wasm-bindgen = "=0.2.87"

[dependencies.web-sys]
version = "0.3.63"
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
tokio = { version = "1.28", default-features = false }
url = "2.4.0"
wasm-bindgen = "=0.2.86"
wasm-bindgen = "=0.2.87"
wasm-bindgen-futures = "0.4.36"
serde-wasm-bindgen = "0.5.0"
wasm-streams = "0.3.0"
Expand Down

0 comments on commit 64c78a0

Please sign in to comment.