From 9920ae652e340914d01dd04c43d94b0a6894a42a Mon Sep 17 00:00:00 2001 From: Yang Xiufeng Date: Tue, 29 Aug 2023 12:03:38 +0800 Subject: [PATCH] chore: update anyhow to 1.0.75. Update backtrace support to nightly's new Error::provide API (rust-lang/rust#113464, #319) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7c6f3ec4..95998681 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -13,7 +13,7 @@ repository = { workspace = true } [dependencies] databend-driver = { workspace = true, features = ["rustls", "flight-sql"] } -anyhow = "1.0.71" +anyhow = "1.0.75" async-trait = "0.1.68" chrono = { version = "0.4.26", default-features = false, features = ["clock"] } clap = { version = "4.3.4", features = ["derive", "env"] }