diff --git a/Cargo.lock b/Cargo.lock index c2bdb789..9929bda5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1669,9 +1669,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" +checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" dependencies = [ "cfg-if", "js-sys", @@ -2228,7 +2228,7 @@ dependencies = [ "env_logger 0.10.0", "futures", "futures-timer", - "getrandom 0.2.8", + "getrandom 0.2.9", "instant", "libp2p-allow-block-list", "libp2p-autonat", @@ -2857,7 +2857,7 @@ dependencies = [ "fnv", "futures", "futures-timer", - "getrandom 0.2.8", + "getrandom 0.2.9", "instant", "libp2p-core", "libp2p-identify", @@ -3984,7 +3984,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.8", + "getrandom 0.2.9", ] [[package]] @@ -5098,7 +5098,7 @@ version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" dependencies = [ - "getrandom 0.2.8", + "getrandom 0.2.9", ] [[package]] diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index a0d9229c..eea518f2 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -24,7 +24,7 @@ rand = "0.8" smallvec = "1.6.1" void = "1" wasm-bindgen-futures = { version = "0.4.34", optional = true } -getrandom = { version = "0.2.3", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature +getrandom = { version = "0.2.9", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature [target.'cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))'.dependencies] async-std = { version = "1.6.2", optional = true }