Skip to content

Commit ad8e632

Browse files
committed
Format toml
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 6808e46 commit ad8e632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ pprof = { version = "0.10.1", features = [
4242
] }
4343
semver = "1.0.10"
4444
serde = { workspace = true }
45+
state = "0.5"
4546
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
4647
tikv-jemalloc-sys = "0.5.2"
4748
tokio = { version = "1.21.1", features = ["full"] }
4849
tracing = "0.1.36"
4950
uuid = { version = "1.1.2", features = ["serde", "v4"] }
50-
state = "0.5"
5151

5252
[dev-dependencies]
5353
anyhow = { workspace = true }

src/query/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ semver = "1.0.14"
117117
serde = { workspace = true }
118118
serde_json = { workspace = true }
119119
serde_urlencoded = "0.7.1"
120+
state = "0.5"
120121
tempfile = { version = "3.3.0", optional = true }
121122
thrift = { package = "databend-thrift", version = "0.17.0", optional = true }
122123
time = "0.3.14"
@@ -126,7 +127,6 @@ tracing = "0.1.36"
126127
typetag = "0.2.3"
127128
unicode-segmentation = "1.10.0"
128129
uuid = { version = "1.1.2", features = ["serde", "v4"] }
129-
state = "0.5"
130130

131131
[dev-dependencies]
132132
common-meta-embedded = { path = "../../meta/embedded" }

0 commit comments

Comments
 (0)