Skip to content

Commit bb1fe7c

Browse files
Update rand requirement from 0.9.0 to 0.10.0
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.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59bee64 commit bb1fe7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.0"
3737
sha1 = { version = "0.10", optional = true }
3838
thiserror = "2.0.7"
3939
url = { version = "2.1.0", optional = true }
@@ -66,7 +66,7 @@ version = "0.26"
6666
criterion = "0.6"
6767
env_logger = "0.11"
6868
input_buffer = "0.5.0"
69-
rand = "0.9.0"
69+
rand = "0.10.0"
7070
socket2 = "0.6.0"
7171

7272
[profile.bench]

0 commit comments

Comments
 (0)