Skip to content

Commit

Permalink
deps: bump getrandom from 0.2.10 to 0.2.11
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#4848.
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent d68f64f commit 104026e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ either = "1.9"
fnv = "1.0.7"
futures = "0.3.29"
futures-ticker = "0.0.3"
getrandom = "0.2.9"
getrandom = "0.2.11"
hex_fmt = "0.3.0"
instant = "0.1.12"
libp2p-core = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ either = "1.9.0"
fnv = "1.0"
futures = "0.3.29"
futures-timer = "3.0.2"
getrandom = { version = "0.2.9", features = ["js"], optional = true } # Explicit dependency to be used in `wasm-bindgen` feature
getrandom = { version = "0.2.11", 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 }
Expand Down
2 changes: 1 addition & 1 deletion transports/webrtc-websys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish = true
bytes = "1"
futures = "0.3"
futures-timer = "3"
getrandom = { version = "0.2.9", features = ["js"] }
getrandom = { version = "0.2.11", features = ["js"] }
hex = "0.4.3"
js-sys = { version = "0.3" }
libp2p-core = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion wasm-tests/webtransport-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ release = false

[dependencies]
futures = "0.3.29"
getrandom = { version = "0.2.9", features = ["js"] }
getrandom = { version = "0.2.11", features = ["js"] }
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true, features = ["rand"] }
libp2p-noise = { workspace = true }
Expand Down

0 comments on commit 104026e

Please sign in to comment.