Skip to content

Commit

Permalink
chore: update anyhow to 1.0.75.
Browse files Browse the repository at this point in the history
Update backtrace support to nightly's new Error::provide API (rust-lang/rust#113464, datafuselabs#319)
  • Loading branch information
youngsofun committed Aug 29, 2023
1 parent 5c39cc9 commit 9920ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -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"] }
Expand Down

0 comments on commit 9920ae6

Please sign in to comment.