Skip to content

Commit a6b09cd

Browse files
deps: bump rand from 0.8.5 to 0.9.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 997ef9b commit a6b09cd

25 files changed

Lines changed: 50 additions & 50 deletions

File tree

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ multistream-select = { workspace = true }
2323
parking_lot = "0.12.3"
2424
pin-project = "1.1.5"
2525
quick-protobuf = "0.8"
26-
rand = "0.8"
26+
rand = "0.9"
2727
rw-stream-sink = { workspace = true }
2828
thiserror = { workspace = true }
2929
tracing = { workspace = true }

examples/autonatv2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clap = { version = "4.4.18", features = ["derive"] }
2020
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
2121
tracing = "0.1.40"
2222
tracing-subscriber = { workspace = true, features = ["env-filter"] }
23-
rand = "0.8.5"
23+
rand = "0.9.0"
2424
opentelemetry = { version = "0.27.0", optional = true }
2525
opentelemetry_sdk = { version = "0.27.0", optional = true, features = ["rt-tokio"] }
2626
opentelemetry-otlp = { version = "0.27.0", optional = true }

examples/browser-webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ crate-type = ["cdylib"]
1818
[dependencies]
1919
anyhow = "1.0.86"
2020
futures = { workspace = true }
21-
rand = "0.8"
21+
rand = "0.9"
2222
tracing = { workspace = true }
2323
tracing-subscriber = { workspace = true, features = ["env-filter"] }
2424

examples/stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ anyhow = "1"
1313
futures = { workspace = true }
1414
libp2p = { path = "../../libp2p", features = [ "tokio", "quic"] }
1515
libp2p-stream = { path = "../../protocols/stream", version = "0.4.0-alpha" }
16-
rand = "0.8"
16+
rand = "0.9"
1717
tokio = { workspace = true, features = ["full"] }
1818
tracing = { workspace = true }
1919
tracing-subscriber = { workspace = true, features = ["env-filter"] }

identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing = { workspace = true }
2121
multihash = { version = "0.19.1", optional = true }
2222
p256 = { version = "0.13", default-features = false, features = ["ecdsa", "std", "pem"], optional = true }
2323
quick-protobuf = { version = "0.8.1", optional = true }
24-
rand = { version = "0.8", optional = true }
24+
rand = { version = "0.9", optional = true }
2525
sec1 = { version = "0.7", default-features = false, optional = true }
2626
serde = { version = "1", optional = true, features = ["derive"] }
2727
sha2 = { version = "0.10.8", optional = true }

interop-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
1414
[dependencies]
1515
anyhow = "1"
1616
futures = { workspace = true }
17-
rand = "0.8.5"
17+
rand = "0.9.0"
1818
serde = { version = "1", features = ["derive"] }
1919
tracing = { workspace = true }
2020
tracing-subscriber = { workspace = true, features = ["env-filter"] }

misc/connection-limits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libp2p-ping = { workspace = true }
2121
libp2p-swarm-derive = { path = "../../swarm-derive" }
2222
libp2p-swarm-test = { path = "../../swarm-test" }
2323
quickcheck = { workspace = true }
24-
rand = "0.8.5"
24+
rand = "0.9.0"
2525

2626
[lints]
2727
workspace = true

misc/webrtc-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libp2p-identity = { workspace = true }
2020
libp2p-noise = { workspace = true }
2121
quick-protobuf = "0.8"
2222
quick-protobuf-codec = { workspace = true }
23-
rand = "0.8"
23+
rand = "0.9"
2424
serde = { version = "1.0", features = ["derive"] }
2525
sha2 = "0.10.8"
2626
tinytemplate = "1.2"

muxers/mplex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libp2p-core = { workspace = true }
1818
libp2p-identity = { workspace = true }
1919
nohash-hasher = "0.2"
2020
parking_lot = "0.12"
21-
rand = "0.8"
21+
rand = "0.9"
2222
smallvec = "1.13.2"
2323
tracing = { workspace = true }
2424
unsigned-varint = { workspace = true, features = ["asynchronous_codec"] }

0 commit comments

Comments
 (0)