From 45c853b8d86fcf09bd7b30eb7fb37014dd84f8c1 Mon Sep 17 00:00:00 2001 From: CookiePieWw Date: Tue, 27 Aug 2024 22:48:21 +0800 Subject: [PATCH] chore: make ci happy --- src/servers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/Cargo.toml b/src/servers/Cargo.toml index 032411fef716..82789cb249c1 100644 --- a/src/servers/Cargo.toml +++ b/src/servers/Cargo.toml @@ -58,6 +58,7 @@ humantime-serde.workspace = true hyper = { version = "0.14", features = ["full"] } influxdb_line_protocol = { git = "https://github.com/evenyag/influxdb_iox", branch = "feat/line-protocol" } itertools.workspace = true +jsonb.workspace = true lazy_static.workspace = true mime_guess = "2.0" notify.workspace = true @@ -93,7 +94,6 @@ serde_json.workspace = true session.workspace = true snafu.workspace = true snap = "1" -jsonb.workspace = true sql.workspace = true strum.workspace = true table.workspace = true