Skip to content

Commit 1ef9369

Browse files
authored
Update rand dependency version to 0.10.0
1 parent 41a4f38 commit 1ef9369

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.10.0-rc.6"
36+
rand = "0.10.0"
3737
sha1 = { version = "0.11.0-rc.3", 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.10.0-rc.6"
69+
rand = "0.10.0"
7070
socket2 = "0.6.0"
7171

7272
[profile.bench]

0 commit comments

Comments
 (0)