We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a4f38 commit 1ef9369Copy full SHA for 1ef9369
1 file changed
Cargo.toml
@@ -33,7 +33,7 @@ bytes = "1.9.0"
33
http = { version = "1.0", optional = true }
34
httparse = { version = "1.3.4", optional = true }
35
log = "0.4.8"
36
-rand = "0.10.0-rc.6"
+rand = "0.10.0"
37
sha1 = { version = "0.11.0-rc.3", optional = true }
38
thiserror = "2.0.7"
39
url = { version = "2.1.0", optional = true }
@@ -66,7 +66,7 @@ version = "0.26"
66
criterion = "0.6"
67
env_logger = "0.11"
68
input_buffer = "0.5.0"
69
70
socket2 = "0.6.0"
71
72
[profile.bench]
0 commit comments