mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
Sort dependencies in Cargo.tomls (#1076)
* sort dependencies * check sorted deps on CI * this should fail * does caching matter? * fix sorting
This commit is contained in:
@@ -19,7 +19,7 @@ http-body = "0.4.5"
|
||||
mime = "0.3.16"
|
||||
|
||||
[dev-dependencies]
|
||||
futures-util = "0.3"
|
||||
axum = { path = "../axum", version = "0.5" }
|
||||
futures-util = "0.3"
|
||||
hyper = "0.14"
|
||||
tokio = { version = "1.0", features = ["macros"] }
|
||||
|
||||
Reference in New Issue
Block a user