File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ futures = "0.3.24"
33
33
futures-util = " 0.3.24"
34
34
opendal = { version = " 0.22" , features = [" compress" ] }
35
35
parking_lot = " 0.12.1"
36
- serde_json = { workspace = true }
37
36
serde = { workspace = true }
37
+ serde_json = { workspace = true }
38
38
similar-asserts = " 1.4.2"
39
39
tracing = " 0.1.36"
40
40
typetag = " 0.2.3"
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ common-pipeline-transforms = { path = "../pipeline/transforms" }
38
38
39
39
common-settings = { path = " ../settings" }
40
40
common-storage = { path = " ../../common/storage" }
41
+ common-storages-stage = { path = " ../storages/stage" }
41
42
common-storages-table-meta = { path = " ../storages/table-meta" }
42
43
common-storages-view = { path = " ../storages/view" }
43
- common-storages-stage = { path = " ../storages/stage" }
44
44
common-tracing = { path = " ../../common/tracing" }
45
45
common-users = { path = " ../users" }
46
46
You can’t perform that action at this time.
0 commit comments