From 3692f715e967966d7cdf4b2f31c88e1e92354611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:25:08 +0000 Subject: [PATCH] build(deps): update thiserror requirement from 1 to 2 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.0...1.0.69) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da686091..3c45b52f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ rand = { version = "0.8", default-features = false, features = ["std", "std_rng" rand_distr = { version = "0.4", default-features = false } ratatui = { version = "0.28", default-features = false } sketches-ddsketch = { version = "0.3", default-features = false } -thiserror = { version = "1", default-features = false } +thiserror = { version = "2", default-features = false } tokio = { version = "1", default-features = false, features = ["rt", "net", "time", "rt-multi-thread"] } tracing = { version = "0.1", default-features = false } tracing-core = { version = "0.1", default-features = false }