diff --git a/Cargo.lock b/Cargo.lock index dbfff40eaf..ee8c19a411 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2443,9 +2443,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 443a878bf2..c14e0dbbaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ pin-project = "1.1.5" web-sys = { version = "0.3.69", features = ["BinaryType", "CloseEvent", "MessageEvent", "WebSocket"] } wasm-bindgen = "0.2.93" send_wrapper = "0.6.0" -js-sys = "0.3.69" +js-sys = "0.3.70" wasm-bindgen-futures = "0.4.42" futures-timer = "3" instant = { version = "0.1.13", default-features = false } diff --git a/testing/wasm-rpc-tests/Cargo.lock b/testing/wasm-rpc-tests/Cargo.lock index 775b8392bb..c32ad2358c 100644 --- a/testing/wasm-rpc-tests/Cargo.lock +++ b/testing/wasm-rpc-tests/Cargo.lock @@ -916,9 +916,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" dependencies = [ "atomic-waker", "bytes",