Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7769a5

Browse files
authoredMar 22, 2024··
Update Rust crate hyper to v1
1 parent c2dfd3f commit c7769a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ futures-core = "0.3"
5151
hex = "0.4"
5252
http = "0.2.11"
5353
httptest = "0.15.5"
54-
hyper = { version = "0.14", features = [ "full" ] }
54+
hyper = { version = "1.2", features = [ "full" ] }
5555
hyper-staticfile = "0.9"
5656
indicatif = { version = "0.17.8", features = ["rayon"] }
5757
itertools = "0.12.1"

0 commit comments

Comments
 (0)
Please sign in to comment.