deps: bump getrandom from 0.2.8 to 0.2.9

Pull-Request: #3751.
This commit is contained in:
dependabot[bot]
2023-04-10 12:54:34 +00:00
committed by GitHub
parent ecb55bbd86
commit 7fe2f1cd6d
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -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]]

View File

@ -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 }