mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +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:
@@ -7,7 +7,7 @@ publish = false
|
||||
[dependencies]
|
||||
axum = { path = "../../axum" }
|
||||
futures = "0.3"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
prost = "0.10"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tonic = { version = "0.7" }
|
||||
|
||||
Reference in New Issue
Block a user