diff --git a/Cargo.lock b/Cargo.lock index b3253ce3..f248b17c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1992,9 +1992,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.64" +version = "0.3.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" +checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8" dependencies = [ "wasm-bindgen", ] @@ -4609,9 +4609,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" +checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" dependencies = [ "cfg-if", "js-sys", diff --git a/flutter/native/Cargo.toml b/flutter/native/Cargo.toml index 2099051f..0be9cea1 100644 --- a/flutter/native/Cargo.toml +++ b/flutter/native/Cargo.toml @@ -35,7 +35,7 @@ gloo-timers = { version = "0.3.0", features = ["futures"] } serde = "1.0.192" serde_json = "1.0.108" tracing-wasm = "0.2.1" -wasm-bindgen-futures = "0.4.37" +wasm-bindgen-futures = "0.4.38" [target.'cfg(not(target_family="wasm"))'.dependencies] reqwest = { version = "0.11.22", features = ["serde_json", "json", "rustls-tls"], default-features = false } diff --git a/moksha-fedimint/Cargo.toml b/moksha-fedimint/Cargo.toml index 3985e5af..057771ee 100644 --- a/moksha-fedimint/Cargo.toml +++ b/moksha-fedimint/Cargo.toml @@ -30,7 +30,7 @@ tokio = { version = "1.34.0", features = ["rt"] } fedimint-rocksdb = { git = "https://github.com/fedimint/fedimint", rev = "6d833d0a85db07245c627d9bbab0757e41043eb2" } [target.'cfg(target_family = "wasm")'.dependencies] -wasm-bindgen-futures = "0.4.37" +wasm-bindgen-futures = "0.4.38" # getrandom is transitive dependency of rand # on wasm, we need to enable the js backend # see https://docs.rs/getrandom/latest/getrandom/#indirect-dependencies and https://docs.rs/getrandom/latest/getrandom/#webassembly-support