Skip to content

Commit

Permalink
refactor(dependencies): move optional dependencies to optional section (
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Oct 12, 2023
1 parent 76b3403 commit f86c4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
http = "0.2"
http-body = "=1.0.0-rc.2"
http-body-util = { version = "=0.1.0-rc.3", optional = true }
h2 = { version = "0.3.9", optional = true }
pin-project-lite = "0.2.4"
tokio = { version = "1", features = ["sync"] }

# Optional

h2 = { version = "0.3.9", optional = true }
http-body-util = { version = "=0.1.0-rc.3", optional = true }
httparse = { version = "1.8", optional = true }
httpdate = { version = "1.0", optional = true }
itoa = { version = "1", optional = true }
Expand Down

0 comments on commit f86c4b5

Please sign in to comment.