From 0cd189da4b2d36476823dc50491a7ca2655b1bae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 02:33:27 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- chuckle-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chuckle-http/Cargo.toml b/chuckle-http/Cargo.toml index 6b55161..39fc23c 100644 --- a/chuckle-http/Cargo.toml +++ b/chuckle-http/Cargo.toml @@ -22,7 +22,7 @@ ring = "0.16" serde = { workspace = true } serde_json = { workspace = true } sqlx = { workspace = true } -thiserror = "1.0.48" +thiserror = "2.0.17" tower = "0.4" tower-http = { version = "0.4", features = ["trace"] } tracing = { workspace = true }