diff --git a/Cargo.lock b/Cargo.lock index aebac70029..1d5d47c3b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3775,9 +3775,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" +checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" dependencies = [ "cfg-if", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 52f02b4c8d..3b9ddf008b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ console_error_panic_hook = "0.1.7" console_log = "1" js-sys = "0.3.66" wasm-bindgen = "0.2.87" -wasm-bindgen-futures = "0.4.38" +wasm-bindgen-futures = "0.4.39" wasm-bindgen-test = "0.3" web-time = "0.2.3" web-sys = "0.3.66"