From 52086e753f51115baa29958c66553a483b43456c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9odore=20Pr=C3=A9vot?= Date: Sat, 21 Dec 2024 22:05:54 +0100 Subject: [PATCH] chore(deps): bump thiserror to 2.0 (#406) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6da81843..2b254972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tower-service = "0.3" http = "1.1" http-body = "1.0" http-body-util = "0.1" -thiserror = "1.0" +thiserror = "2.0" tracing = "0.1" itoa = "1.0" hyper-util.version = "0.1"