fix: Alphabetize deps

pull/24376/head
Carol (Nichols || Goulding) 2022-11-17 15:53:11 -05:00
parent 8e414b7c35
commit ef6eda6399
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 4 additions and 4 deletions

View File

@ -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" }