diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b40aea139..e2c6b7615 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -373,7 +373,7 @@ build-freemovr-calibration-webapp: - echo $PATH - rustup target add wasm32-unknown-unknown - - cargo install wasm-bindgen-cli --version 0.2.90 --force --locked + - cargo install wasm-bindgen-cli --version 0.2.92 --force --locked - cargo install grass - wasm-bindgen --version @@ -985,7 +985,7 @@ braid-webapps: # ... and install latest (and therefore matching) wasm-pack - curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh # ... and wasm-bindgen-cli - - cargo install wasm-bindgen-cli --version 0.2.90 --force --locked + - cargo install wasm-bindgen-cli --version 0.2.92 --force --locked - cargo install grass - rustup target add wasm32-unknown-unknown - export PATH="$PATH:$CARGO_HOME/bin" diff --git a/ads-webasm-example/Cargo.toml b/ads-webasm-example/Cargo.toml index b55ed07ea..4a970375c 100644 --- a/ads-webasm-example/Cargo.toml +++ b/ads-webasm-example/Cargo.toml @@ -9,7 +9,7 @@ rust-version = "1.76" crate-type = ["cdylib", "rlib"] [dependencies] -wasm-bindgen = "0.2.58" +wasm-bindgen = "0.2.92" js-sys = "0.3" chrono = { version = "0.4.23", default-features = false, features = [ "clock", diff --git a/ads-webasm/Cargo.toml b/ads-webasm/Cargo.toml index db2a4f96e..52c372bd5 100644 --- a/ads-webasm/Cargo.toml +++ b/ads-webasm/Cargo.toml @@ -11,7 +11,7 @@ yew = { version = "0.20.0", features = ["csr"] } js-sys = "0.3" gloo = "0.8.0" gloo-file = "0.2" -wasm-bindgen = { version = "0.2.58" } +wasm-bindgen = "0.2.92" serde = "1.0" serde_yaml = "0.9" serde_derive = "1.0" diff --git a/braid-april-cal/braid-april-cal-webapp/Cargo.toml b/braid-april-cal/braid-april-cal-webapp/Cargo.toml index 9eab6096b..701fcda1c 100644 --- a/braid-april-cal/braid-april-cal-webapp/Cargo.toml +++ b/braid-april-cal/braid-april-cal-webapp/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"] yew = { version = "0.20.0", features = ["csr"] } yew-tincture = "0.1" js-sys = "0.3" -wasm-bindgen = "0.2" +wasm-bindgen = "0.2.92" web-sys = { version = "0.3", features = [ "CssStyleDeclaration", "HtmlAnchorElement", diff --git a/braid/braid-run/braid_frontend/Cargo.toml b/braid/braid-run/braid_frontend/Cargo.toml index 56135fe8a..e60719f37 100644 --- a/braid/braid-run/braid_frontend/Cargo.toml +++ b/braid/braid-run/braid_frontend/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4" wasm-logger = "0.2.0" gloo-events = "0.1.1" gloo-utils = "0.1" -wasm-bindgen = "0.2.58" +wasm-bindgen = "0.2.92" wasm-bindgen-futures = "0.4" js-sys = "0.3" yew = { version = "0.20.0", features = ["csr"] } diff --git a/braidz-viewer/Cargo.toml b/braidz-viewer/Cargo.toml index eb1a3b22f..3634cf0f5 100644 --- a/braidz-viewer/Cargo.toml +++ b/braidz-viewer/Cargo.toml @@ -17,7 +17,7 @@ gloo = "0.8.0" gloo-file = "0.2" yew = { version = "0.20.0", features = ["csr"] } -wasm-bindgen = "0.2.90" +wasm-bindgen = "0.2.92" js-sys = "0.3.28" plotters = { version = "0.3.4", default-features = false, features = [ "bitmap_encoder", diff --git a/freemovr-calibration/freemovr-calibration-webapp/Cargo.toml b/freemovr-calibration/freemovr-calibration-webapp/Cargo.toml index 714aee27b..1c38ecec2 100644 --- a/freemovr-calibration/freemovr-calibration-webapp/Cargo.toml +++ b/freemovr-calibration/freemovr-calibration-webapp/Cargo.toml @@ -13,7 +13,7 @@ yew = { version = "0.20.0", features = ["csr"] } yew-agent = "0.2.0" yew-tincture = "0.1" js-sys = "0.3" -wasm-bindgen = "0.2" +wasm-bindgen = "0.2.92" web-sys = { version = "0.3", features = [ "CssStyleDeclaration", "HtmlAnchorElement", diff --git a/strand-cam/yew_frontend/Cargo.toml b/strand-cam/yew_frontend/Cargo.toml index db57e13d7..138a24781 100644 --- a/strand-cam/yew_frontend/Cargo.toml +++ b/strand-cam/yew_frontend/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"] anyhow = "1.0" log = "0.4" wasm-logger = "0.2.0" -wasm-bindgen = "0.2.58" +wasm-bindgen = "0.2.92" wasm-bindgen-futures = "0.4" js-sys = "0.3" gloo-events = "0.1.1"