fix: Alphabetize deps
parent
8e414b7c35
commit
ef6eda6399
|
@ -13,6 +13,7 @@ crc32fast = "1.2.0"
|
|||
data_types = { path = "../data_types" }
|
||||
futures = "0.3"
|
||||
generated_types = { path = "../generated_types" }
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
once_cell = { version = "1.4.0", features = ["parking_lot"] }
|
||||
regex = "1.3.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
@ -21,12 +22,11 @@ snafu = "0.7"
|
|||
snap = "1.0.0"
|
||||
tokio = { version = "1.21", features = ["macros", "fs", "io-util", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||
tokio-util = "0.7"
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
uuid = "1.2"
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
workspace-hack = { path = "../workspace-hack" }
|
||||
|
||||
[dev-dependencies] # In alphabetical order
|
||||
dml = {path = "../dml"}
|
||||
dml = { path = "../dml" }
|
||||
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
||||
mutable_batch_pb = { path = "../mutable_batch_pb" }
|
||||
mutable_batch_lp = { path = "../mutable_batch_lp"}
|
||||
test_helpers = { path = "../test_helpers" }
|
||||
|
|
Loading…
Reference in New Issue