Skip to content

Commit ff49cc6

Browse files
authored
chore: Remove not used dep config (databendlabs#16746)
Signed-off-by: Xuanwo <[email protected]>
1 parent 9a24a43 commit ff49cc6

File tree

3 files changed

+3
-154
lines changed

3 files changed

+3
-154
lines changed

Cargo.lock

+3-152
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ chrono-tz = { version = "0.8", features = ["serde"] }
259259
cidr = { version = "0.2.2" }
260260
clap = { version = "4.4.2", features = ["derive"] }
261261
comfy-table = "7"
262-
config = "0.13.4" # FIXME: bump to 0.14 or remove.
263262
convert_case = "0.6.0"
264263
crc32fast = "1.3.2"
265264
criterion = "0.5"

src/query/service/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ byteorder = { workspace = true }
5252
bytes = { workspace = true }
5353
chrono = { workspace = true }
5454
chrono-tz = { workspace = true }
55-
config = { workspace = true, features = [] }
5655
ctor = { workspace = true }
5756
dashmap = { workspace = true }
5857
databend-common-arrow = { workspace = true }

0 commit comments

Comments
 (0)