Skip to content

Commit 4bf63c2

Browse files
committed
parent c292171
author LilithSilver <84940819+LilithSilver@users.noreply.github.com> 1767816227 -0800 committer Lilith Silver <84940819+LilithSilver@users.noreply.github.com> 1775589812 -0700 Update sha1 dependency to version 0.11.0-rc.3 Update rand dependency to version 0.10.0-rc.6 Update rand dependency version to 0.10.0 Update sha1 dependency version to 0.11.0 Update rand dependency to version 0.10.0-rc.6 Update rand dependency version to 0.10.0 Update sha1 dependency version to 0.11.0
1 parent c292171 commit 4bf63c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ 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"
37-
sha1 = { version = "0.10", optional = true }
36+
rand = "0.10.0"
37+
sha1 = { version = "0.11.0", optional = true }
3838
thiserror = "2.0.7"
3939
url = { version = "2.1.0", optional = true }
4040

@@ -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.0"
6969
socket2 = "0.6.0"
7070

7171
[profile.bench]

0 commit comments

Comments
 (0)