Skip to content

Commit 2aa0b70

Browse files
committedOct 8, 2024
fixed versions
1 parent 1cbf029 commit 2aa0b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ async-compression = { version = "0.4.5", features = ["tokio"], optional = true }
2121
bytes = "1.0"
2222
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
2323
futures-channel = { version = "0.3.17", features = ["sink"]}
24-
headers = "0.3.5"
25-
http = "0.2"
24+
headers = "0.4.0"
25+
http = "1"
2626
hyper = { version = "0.14", features = ["stream", "server", "http1", "http2", "tcp", "client"] }
2727
log = "0.4"
2828
mime = "0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.