From e0c8c99ba7c3b62262747f4890793a5248f58673 Mon Sep 17 00:00:00 2001 From: sundy-li <543950155@qq.com> Date: Tue, 29 Oct 2024 12:12:48 +0800 Subject: [PATCH 1/2] chore: bump 0.22.2 --- cli/Cargo.toml | 10 +++++----- core/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index aa088d5c..fa23b77f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -16,6 +16,7 @@ databend-client = { workspace = true } databend-driver = { workspace = true, features = ["rustls", "flight-sql"] } tokio-stream = { workspace = true } +actix-web = "4.0" anyhow = "1.0" arrow = { workspace = true } async-recursion = "1.1.0" @@ -27,12 +28,14 @@ databend-common-ast = "0.0.3" fern = { version = "0.6", features = ["colored"] } indicatif = "0.17" log = "0.4" +mime_guess = "2.0" once_cell = "1.18" percent-encoding = "2.3" -sled = "0.34" +rust-embed = "6.8.1" rustyline = "12.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" +sled = "0.34" terminal_size = "0.3" tokio = { version = "1.34", features = [ "macros", @@ -40,16 +43,13 @@ tokio = { version = "1.34", features = [ "rt-multi-thread", "sync", "parking_lot", - "full" + "full", ] } toml = "0.8" tracing-appender = "0.2" unicode-segmentation = "1.10" url = { version = "2.5", default-features = false } -actix-web = "4.0" webbrowser = "1.0.1" -rust-embed = "6.8.1" -mime_guess = "2.0" [build-dependencies] vergen = { version = "8.2", features = ["build", "git", "gix"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index b8a3f263..d0950212 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -24,6 +24,7 @@ tokio-stream = { workspace = true } async-trait = "0.1" log = "0.4" once_cell = "1.18" +parking_lot = "0.12.3" percent-encoding = "2.3" reqwest = { version = "0.12", default-features = false, features = ["json", "multipart", "stream"] } serde = { version = "1.0", default-features = false, features = ["derive"] } @@ -31,7 +32,6 @@ serde_json = { version = "1.0", default-features = false, features = ["std"] } tokio = { version = "1.34", features = ["macros"] } tokio-retry = "0.3" tokio-util = { version = "0.7", features = ["io-util"] } -parking_lot = "0.12.3" url = { version = "2.5", default-features = false } uuid = { version = "1.6", features = ["v4"] } From 4ec1283179c9360f66e9fd08231955492529c3a0 Mon Sep 17 00:00:00 2001 From: sundy-li <543950155@qq.com> Date: Tue, 29 Oct 2024 12:19:22 +0800 Subject: [PATCH 2/2] chore: bump 0.22.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bb05fb4..4660a68f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ version = "0.22.2" license = "Apache-2.0" authors = ["Databend Authors "] categories = ["database"] -keywords = ["databend", "database"] +keywords = ["databend", "database", "rust"] repository = "https://github.com/databendlabs/bendsql" [workspace.dependencies]