Skip to content

Commit 7d1c3a1

Browse files
committed
Reorder dependencies
1 parent 88ad416 commit 7d1c3a1

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
@@ -23,10 +23,10 @@ criterion = "0.5"
2323
futures-core = "0.3"
2424
futures-executor = "0.3"
2525
futures-util = { version = "0.3", default-features = false }
26-
hyper = { version = "1.3", default-features = false }
27-
hyper-util = "0.1"
2826
http = { version = "1.1", default-features = false, features = ["std"] }
2927
http-body-util = "0.1"
28+
hyper = { version = "1.3", default-features = false }
29+
hyper-util = "0.1"
3030
log = "0.4.21"
3131
once_cell = "1.13"
3232
ordered-float = "4.0"

0 commit comments

Comments
 (0)