Skip to content

Commit b0863e9

Browse files
Update Rust crate hyper to v1
1 parent 4ea9387 commit b0863e9

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.1", features = [ "full" ] }
5555
hyper-staticfile = "0.9"
5656
indicatif = { version = "0.17.7", features = ["rayon"] }
5757
itertools = "0.12.1"

0 commit comments

Comments
 (0)