Skip to content

Commit 8ea746d

Browse files
chore(deps): update rand requirement from 0.8.5 to 0.9.1
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6d5f9f commit 8ea746d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

proxy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ sockets = ["dep:chacha20poly1305", "dep:dashmap", "tokio-util/codec", "tokio-uti
4949
build-data = "0"
5050

5151
[dev-dependencies]
52-
rand = "0.8.5"
52+
rand = "0.9.1"

shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tracing = "0.1"
2828
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2929

3030
# Crypto
31-
rand = "0.8"
31+
rand = "0.9"
3232
rsa = "0.9"
3333
sha2 = "0.10"
3434
openssl = "0.10"

tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ beam-lib = { workspace = true, features = ["http-util"] }
1111
once_cell = "1"
1212
serde_json = "1"
1313
anyhow = "1"
14-
rand = "0.8"
14+
rand = "0.9"
1515
serde = { version = "1", features = ["derive"] }
1616
reqwest = { version = "0.12", features = ["stream"], default-features = false }
1717
futures = "0.3.28"

0 commit comments

Comments
 (0)