Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Feb 10, 2024
1 parent 22e7578 commit 3563ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ keywords = ["http", "proxy", "http-proxy"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = { version = "1.0.1", features = ["http1", "server", "client"] }
tokio = { version = "1.34.0", features = [
"macros",
"rt",
Expand All @@ -23,6 +22,7 @@ tokio = { version = "1.34.0", features = [
"io-util",
"net",
] }
hyper = { version = "1.0.1", features = ["http1", "server", "client"] }
futures = "0.3.29"
bytes = "1.5.0"
http-body-util = "0.1.0"
Expand Down

0 comments on commit 3563ec5

Please sign in to comment.