Skip to content

Commit

Permalink
refactor(dependencies): move optional dependencies to optional section (
Browse files Browse the repository at this point in the history
hyperium#3343)

Signed-off-by: Sven Pfennig <[email protected]>
  • Loading branch information
tottoto authored and 0xE282B0 committed Jan 16, 2024
1 parent 997c178 commit 602ba48
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 @@ -29,13 +29,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_wasi = { version = "0.3.9", optional = true }
pin-project-lite = "0.2.4"
tokio_wasi = { version = "1", features = ["sync"] }

# Optional

h2_wasi = { 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 602ba48

Please sign in to comment.