diff --git a/Cargo.toml b/Cargo.toml index 636850c7..066cb740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "0.20.0" +version = "0.20.1" license = "Apache-2.0" authors = ["Databend Authors "] categories = ["database"] @@ -21,18 +21,18 @@ keywords = ["databend", "database"] repository = "https://github.com/datafuselabs/bendsql" [workspace.dependencies] -databend-client = { path = "core", version = "0.20.0" } -databend-driver = { path = "driver", version = "0.20.0" } -databend-driver-core = { path = "sql", version = "0.20.0" } -databend-driver-macros = { path = "macros", version = "0.20.0" } +databend-client = { path = "core", version = "0.20.1" } +databend-driver = { path = "driver", version = "0.20.1" } +databend-driver-core = { path = "sql", version = "0.20.1" } +databend-driver-macros = { path = "macros", version = "0.20.1" } tokio-stream = "0.1" -chrono = { version = "0.4.35", default-features = false, features = ["clock"] } -arrow = { version = "52.0" } -arrow-array = { version = "52.0" } -arrow-schema = { version = "52.0" } -arrow-flight = { version = "52.0", features = ["flight-sql-experimental"] } -tonic = { version = "0.11", default-features = false, features = [ +chrono = { version = "0.20.1"] } +arrow = { version = "0.20.1" } +arrow-array = { version = "0.20.1" } +arrow-schema = { version = "0.20.1" } +arrow-flight = { version = "0.20.1"] } +tonic = { version = "0.20.1", default-features = false, features = [ "transport", "codegen", "tls", diff --git a/bindings/nodejs/npm/darwin-arm64/package.json b/bindings/nodejs/npm/darwin-arm64/package.json index 1e3d0dbe..af1e6347 100644 --- a/bindings/nodejs/npm/darwin-arm64/package.json +++ b/bindings/nodejs/npm/darwin-arm64/package.json @@ -1,7 +1,7 @@ { "name": "@databend-driver/lib-darwin-arm64", "repository": "https://github.com/datafuselabs/bendsql.git", - "version": "0.20.0", + "version": "0.20.1", "os": [ "darwin" ], diff --git a/bindings/nodejs/npm/darwin-x64/package.json b/bindings/nodejs/npm/darwin-x64/package.json index 6560c5c5..1692a996 100644 --- a/bindings/nodejs/npm/darwin-x64/package.json +++ b/bindings/nodejs/npm/darwin-x64/package.json @@ -1,7 +1,7 @@ { "name": "@databend-driver/lib-darwin-x64", "repository": "https://github.com/datafuselabs/bendsql.git", - "version": "0.20.0", + "version": "0.20.1", "os": [ "darwin" ], diff --git a/bindings/nodejs/npm/linux-arm64-gnu/package.json b/bindings/nodejs/npm/linux-arm64-gnu/package.json index f9a3de12..e89d87b6 100644 --- a/bindings/nodejs/npm/linux-arm64-gnu/package.json +++ b/bindings/nodejs/npm/linux-arm64-gnu/package.json @@ -1,7 +1,7 @@ { "name": "@databend-driver/lib-linux-arm64-gnu", "repository": "https://github.com/datafuselabs/bendsql.git", - "version": "0.20.0", + "version": "0.20.1", "os": [ "linux" ], diff --git a/bindings/nodejs/npm/linux-arm64-musl/package.json b/bindings/nodejs/npm/linux-arm64-musl/package.json index 95583793..f6cdd7ec 100644 --- a/bindings/nodejs/npm/linux-arm64-musl/package.json +++ b/bindings/nodejs/npm/linux-arm64-musl/package.json @@ -1,7 +1,7 @@ { "name": "@databend-driver/lib-linux-arm64-musl", "repository": "https://github.com/datafuselabs/bendsql.git", - "version": "0.20.0", + "version": "0.20.1", "os": [ "linux" ], diff --git a/bindings/nodejs/npm/linux-x64-gnu/package.json b/bindings/nodejs/npm/linux-x64-gnu/package.json index 2c9287f7..e0381f44 100644 --- a/bindings/nodejs/npm/linux-x64-gnu/package.json +++ b/bindings/nodejs/npm/linux-x64-gnu/package.json @@ -1,7 +1,7 @@ { "name": "@databend-driver/lib-linux-x64-gnu", "repository": "https://github.com/datafuselabs/bendsql.git", - "version": "0.20.0", + "version": "0.20.1", "os": [ "linux" ], diff --git a/bindings/nodejs/npm/linux-x64-musl/package.json b/bindings/nodejs/npm/linux-x64-musl/package.json index dc827579..24fc836c 100644 --- a/bindings/nodejs/npm/linux-x64-musl/package.json +++ b/bindings/nodejs/npm/linux-x64-musl/package.json @@ -1,7 +1,7 @@ { "name": "@databend-driver/lib-linux-x64-musl", "repository": "https://github.com/datafuselabs/bendsql.git", - "version": "0.20.0", + "version": "0.20.1", "os": [ "linux" ], diff --git a/bindings/nodejs/npm/win32-x64-msvc/package.json b/bindings/nodejs/npm/win32-x64-msvc/package.json index 0dff90cb..2a87a141 100644 --- a/bindings/nodejs/npm/win32-x64-msvc/package.json +++ b/bindings/nodejs/npm/win32-x64-msvc/package.json @@ -1,7 +1,7 @@ { "name": "@databend-driver/lib-win32-x64-msvc", "repository": "https://github.com/datafuselabs/bendsql.git", - "version": "0.20.0", + "version": "0.20.1", "os": [ "win32" ], diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index f64b5fd2..240b9b9c 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,7 +1,7 @@ { "name": "databend-driver", "author": "Databend Authors ", - "version": "0.20.0", + "version": "0.20.1", "license": "Apache-2.0", "main": "index.js", "types": "index.d.ts",