From ad69578760fa4c1bdf70d43e74dfad04042d50ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:18:44 +0000 Subject: [PATCH] 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...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 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 0e973465..119c70e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ slog-scope = { version = "4.0" } slog-stdlog = { version = "4.1.1" } smallvec = { version = "1.10", default-features = false } task-killswitch = { version = "0.1.0", path = "./task-killswitch" } -thiserror = { version = "1" } +thiserror = { version = "2" } tokio = { version = "1.29", default-features = false } tokio-fcquiche = { version = "0.1.0", path = "./tokio-fcquiche" } tokio-quiche = { path = "./tokio-quiche" }