From d943e209332c42431f978752e1987a46448968e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:56:47 +0000 Subject: [PATCH] deps: bump getrandom from 0.2.13 to 0.2.14 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.13 to 0.2.14. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.13...v0.2.14) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- protocols/gossipsub/Cargo.toml | 2 +- swarm/Cargo.toml | 2 +- transports/webrtc-websys/Cargo.toml | 2 +- wasm-tests/webtransport-tests/Cargo.toml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eeed878cb39..e65fd850498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1826,9 +1826,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06fddc2749e0528d2813f95e050e87e52c8cbbae56223b9babf73b3e53b0cc6" +checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" dependencies = [ "cfg-if", "js-sys", @@ -2614,7 +2614,7 @@ dependencies = [ "either", "futures", "futures-timer", - "getrandom 0.2.13", + "getrandom 0.2.14", "instant", "libp2p-allow-block-list", "libp2p-autonat", @@ -2824,7 +2824,7 @@ dependencies = [ "fnv", "futures", "futures-ticker", - "getrandom 0.2.13", + "getrandom 0.2.14", "hex", "hex_fmt", "instant", @@ -3312,7 +3312,7 @@ dependencies = [ "fnv", "futures", "futures-timer", - "getrandom 0.2.13", + "getrandom 0.2.14", "instant", "libp2p-core", "libp2p-identify", @@ -3487,7 +3487,7 @@ version = "0.3.0-alpha" dependencies = [ "bytes", "futures", - "getrandom 0.2.13", + "getrandom 0.2.14", "hex", "js-sys", "libp2p-core", @@ -4717,7 +4717,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.13", + "getrandom 0.2.14", ] [[package]] @@ -4807,7 +4807,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" dependencies = [ - "getrandom 0.2.13", + "getrandom 0.2.14", "redox_syscall 0.2.16", "thiserror", ] @@ -4971,7 +4971,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" dependencies = [ "cc", - "getrandom 0.2.13", + "getrandom 0.2.14", "libc", "spin 0.9.8", "untrusted 0.9.0", @@ -6419,7 +6419,7 @@ version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" dependencies = [ - "getrandom 0.2.13", + "getrandom 0.2.14", ] [[package]] @@ -6845,7 +6845,7 @@ name = "webtransport-tests" version = "0.1.0" dependencies = [ "futures", - "getrandom 0.2.13", + "getrandom 0.2.14", "libp2p-core", "libp2p-identity", "libp2p-noise", diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index 4101a4aa4e9..aec1712be61 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -22,7 +22,7 @@ either = "1.9" fnv = "1.0.7" futures = "0.3.30" futures-ticker = "0.0.3" -getrandom = "0.2.13" +getrandom = "0.2.14" hex_fmt = "0.3.0" instant = "0.1.12" libp2p-core = { workspace = true } diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index 90aa57a4d12..5263e9f12a3 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -15,7 +15,7 @@ either = "1.9.0" fnv = "1.0" futures = "0.3.30" futures-timer = "3.0.3" -getrandom = { version = "0.2.13", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature +getrandom = { version = "0.2.14", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature instant = "0.1.12" libp2p-core = { workspace = true } libp2p-identity = { workspace = true } diff --git a/transports/webrtc-websys/Cargo.toml b/transports/webrtc-websys/Cargo.toml index 0099851f4d5..b5682a7c7da 100644 --- a/transports/webrtc-websys/Cargo.toml +++ b/transports/webrtc-websys/Cargo.toml @@ -14,7 +14,7 @@ publish = true [dependencies] bytes = "1" futures = "0.3" -getrandom = { version = "0.2.13", features = ["js"] } +getrandom = { version = "0.2.14", features = ["js"] } hex = "0.4.3" js-sys = { version = "0.3" } libp2p-core = { workspace = true } diff --git a/wasm-tests/webtransport-tests/Cargo.toml b/wasm-tests/webtransport-tests/Cargo.toml index 11b85910833..f50a3909bd0 100644 --- a/wasm-tests/webtransport-tests/Cargo.toml +++ b/wasm-tests/webtransport-tests/Cargo.toml @@ -10,7 +10,7 @@ release = false [dependencies] futures = "0.3.30" -getrandom = { version = "0.2.13", features = ["js"] } +getrandom = { version = "0.2.14", features = ["js"] } libp2p-core = { workspace = true } libp2p-identity = { workspace = true, features = ["rand"] } libp2p-noise = { workspace = true }