Skip to content

Commit 5951828

Browse files
authored
deps: update wasm-bindgen to 0.2.118 (#969)
1 parent 57d7bd7 commit 5951828

4 files changed

Lines changed: 30 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ chrono = { version = "0.4.41", default-features = false, features = [
2727
futures-channel = "0.3.31"
2828
futures-util = { version = "0.3.31", default-features = false }
2929
http = "1.3"
30-
js-sys = { version = "0.3.94" }
30+
js-sys = { version = "0.3.95" }
3131
serde = { version = "1.0.164", features = ["derive"] }
3232
strum = { version = "0.27", features = ["derive"] }
3333
serde_json = "1.0.140"
@@ -36,14 +36,14 @@ syn = "2.0.17"
3636
trybuild = "1.0"
3737
proc-macro2 = "1.0.60"
3838
quote = "1.0.28"
39-
wasm-bindgen = { version = "0.2.117" }
40-
wasm-bindgen-cli-support = { version = "0.2.117" }
41-
wasm-bindgen-futures = { version = "0.4.67" }
42-
wasm-bindgen-macro-support = { version = "0.2.117" }
43-
wasm-bindgen-shared = { version = "0.2.117" }
44-
wasm-bindgen-test = { version = "0.3.67" }
39+
wasm-bindgen = { version = "0.2.118" }
40+
wasm-bindgen-cli-support = { version = "0.2.118" }
41+
wasm-bindgen-futures = { version = "0.4.68" }
42+
wasm-bindgen-macro-support = { version = "0.2.118" }
43+
wasm-bindgen-shared = { version = "0.2.118" }
44+
wasm-bindgen-test = { version = "0.3.68" }
4545
wasm-streams = { version = "0.5.0" }
46-
web-sys = { version = "0.3.94", features = [
46+
web-sys = { version = "0.3.95", features = [
4747
"AbortController",
4848
"AbortSignal",
4949
"BinaryType",
@@ -105,11 +105,11 @@ opt-level = "z"
105105
# These are local patches we use to test against local wasm bindgen
106106
# We always align on the exact stable wasm bindgen version for releases
107107
[patch.crates-io]
108-
js-sys = { version = "0.3.94", path = './wasm-bindgen/crates/js-sys' }
109-
wasm-bindgen = { version = "0.2.117", path = './wasm-bindgen' }
110-
wasm-bindgen-cli-support = { version = "0.2.117", path = "./wasm-bindgen/crates/cli-support" }
111-
wasm-bindgen-futures = { version = "0.4.67", path = './wasm-bindgen/crates/futures' }
112-
wasm-bindgen-macro-support = { version = "0.2.117", path = "./wasm-bindgen/crates/macro-support" }
113-
wasm-bindgen-shared = { version = "0.2.117", path = "./wasm-bindgen/crates/shared" }
114-
wasm-bindgen-test = { version = "0.3.67", path = "./wasm-bindgen/crates/test" }
115-
web-sys = { version = "0.3.94", path = './wasm-bindgen/crates/web-sys' }
108+
js-sys = { version = "0.3.95", path = './wasm-bindgen/crates/js-sys' }
109+
wasm-bindgen = { version = "0.2.118", path = './wasm-bindgen' }
110+
wasm-bindgen-cli-support = { version = "0.2.118", path = "./wasm-bindgen/crates/cli-support" }
111+
wasm-bindgen-futures = { version = "0.4.68", path = './wasm-bindgen/crates/futures' }
112+
wasm-bindgen-macro-support = { version = "0.2.118", path = "./wasm-bindgen/crates/macro-support" }
113+
wasm-bindgen-shared = { version = "0.2.118", path = "./wasm-bindgen/crates/shared" }
114+
wasm-bindgen-test = { version = "0.3.68", path = "./wasm-bindgen/crates/test" }
115+
web-sys = { version = "0.3.95", path = './wasm-bindgen/crates/web-sys' }

wasm-bindgen

Submodule wasm-bindgen updated 177 files

worker-build/src/versions.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ macro_rules! version {
77
}
88

99
// Current build toolchain, always used exactly for builds, unless overridden by {}_BIN env vars
10-
pub(crate) static LATEST_WASM_BINDGEN_VERSION: LazyLock<semver::Version> = version!("0.2.117");
10+
pub(crate) static LATEST_WASM_BINDGEN_VERSION: LazyLock<semver::Version> = version!("0.2.118");
1111
pub(crate) static CUR_WASM_OPT_VERSION: &str = "129";
12-
pub(crate) static CUR_ESBUILD_VERSION: LazyLock<semver::Version> = version!("0.27.4");
12+
pub(crate) static CUR_ESBUILD_VERSION: LazyLock<semver::Version> = version!("0.28.0");
1313

1414
// Minimum required libraries, validated before build
1515
pub(crate) static MIN_WASM_BINDGEN_LIB_VERSION: LazyLock<semver::Version> = version!("0.2.115");

0 commit comments

Comments
 (0)