From ccd45959ebda5a3fbde36cc241e59c0f4a3e8d29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 22:08:45 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbed7f7..700ec7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ sqlx = { git = "https://github.com/philipcristiano/sqlx.git", branch="pglquery-h base64 = "0.22.1" reqwest = { version = "0.12.4", features = ["rustls-tls", "json"], default-features = false } uuid = {version = "1.8.0", features = ["v4", "serde"]} -thiserror = "1.0.59" +thiserror = "2.0.0" rust_decimal = { version = "1.35.0", features = ["db-postgres", "serde-float"] } rust-embed = { version = "8.3.0", features = ["axum", "mime-guess", "mime_guess"] } axum-embed = "0.1.0"