Skip to content

Commit 6cec836

Browse files
Update rand requirement from 0.9.0 to 0.10.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@rand_core-0.9.1...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c292171 commit 6cec836

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bytes = "1.9.0"
3333
http = { version = "1.0", optional = true }
3434
httparse = { version = "1.3.4", optional = true }
3535
log = "0.4.8"
36-
rand = "0.9.0"
36+
rand = "0.10.1"
3737
sha1 = { version = "0.10", optional = true }
3838
thiserror = "2.0.7"
3939
url = { version = "2.1.0", optional = true }
@@ -65,7 +65,7 @@ version = "0.26"
6565
criterion = "0.6"
6666
env_logger = "0.11"
6767
input_buffer = "0.5.0"
68-
rand = "0.9.0"
68+
rand = "0.10.1"
6969
socket2 = "0.6.0"
7070

7171
[profile.bench]

0 commit comments

Comments
 (0)