Skip to content

Commit 104026e

Browse files
deps: bump getrandom from 0.2.10 to 0.2.11
Pull-Request: #4848.
1 parent d68f64f commit 104026e

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ either = "1.9"
2222
fnv = "1.0.7"
2323
futures = "0.3.29"
2424
futures-ticker = "0.0.3"
25-
getrandom = "0.2.9"
25+
getrandom = "0.2.11"
2626
hex_fmt = "0.3.0"
2727
instant = "0.1.12"
2828
libp2p-core = { workspace = true }

swarm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ either = "1.9.0"
1515
fnv = "1.0"
1616
futures = "0.3.29"
1717
futures-timer = "3.0.2"
18-
getrandom = { version = "0.2.9", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
18+
getrandom = { version = "0.2.11", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
1919
instant = "0.1.12"
2020
libp2p-core = { workspace = true }
2121
libp2p-identity = { workspace = true }

transports/webrtc-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish = true
1515
bytes = "1"
1616
futures = "0.3"
1717
futures-timer = "3"
18-
getrandom = { version = "0.2.9", features = ["js"] }
18+
getrandom = { version = "0.2.11", features = ["js"] }
1919
hex = "0.4.3"
2020
js-sys = { version = "0.3" }
2121
libp2p-core = { workspace = true }

wasm-tests/webtransport-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ release = false
1010

1111
[dependencies]
1212
futures = "0.3.29"
13-
getrandom = { version = "0.2.9", features = ["js"] }
13+
getrandom = { version = "0.2.11", features = ["js"] }
1414
libp2p-core = { workspace = true }
1515
libp2p-identity = { workspace = true, features = ["rand"] }
1616
libp2p-noise = { workspace = true }

0 commit comments

Comments
 (0)