Skip to content

Commit f86c4b5

Browse files
authored
refactor(dependencies): move optional dependencies to optional section (#3343)
1 parent 76b3403 commit f86c4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ futures-channel = "0.3"
2525
futures-util = { version = "0.3", default-features = false }
2626
http = "0.2"
2727
http-body = "=1.0.0-rc.2"
28-
http-body-util = { version = "=0.1.0-rc.3", optional = true }
29-
h2 = { version = "0.3.9", optional = true }
3028
pin-project-lite = "0.2.4"
3129
tokio = { version = "1", features = ["sync"] }
3230

3331
# Optional
3432

33+
h2 = { version = "0.3.9", optional = true }
34+
http-body-util = { version = "=0.1.0-rc.3", optional = true }
3535
httparse = { version = "1.8", optional = true }
3636
httpdate = { version = "1.0", optional = true }
3737
itoa = { version = "1", optional = true }

0 commit comments

Comments
 (0)