diff --git a/Cargo.lock b/Cargo.lock index f43e9972a0fe2..baf65daa19c5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2700,9 +2700,9 @@ checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" [[package]] name = "databend-client" -version = "0.19.3" +version = "0.19.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e844abda4b1dd6b5bf84715152b7383d2c3a9097a8cbfefc21dcc18275b1987e" +checksum = "5cc64f96aeac28470097189078b972a2dcbb398a019069ad0d2503843544bb55" dependencies = [ "async-trait", "log", diff --git a/Cargo.toml b/Cargo.toml index 212e094be11c8..13a71cc82426a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -273,7 +273,7 @@ chrono-tz = { version = "0.9.0", default-features = false } cidr-utils = { version = "0.6.1", default-features = false } colored = { version = "2.1.0", default-features = false } csv = { version = "1.3", default-features = false } -databend-client ={ version = "0.19.3", default-features = false, features = ["rustls"], optional = true } +databend-client ={ version = "0.19.5", default-features = false, features = ["rustls"], optional = true } derivative = { version = "2.2.0", default-features = false } dirs-next = { version = "2.0.0", default-features = false, optional = true } dyn-clone = { version = "1.0.17", default-features = false }