From a607fa6da9ca5fde9533597431a31a979192b724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:31:55 +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..2f47473 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.12" tower = "0.4" tower-http = { version = "0.4", features = ["trace"] } tracing = { workspace = true }