From 701f6499f903c7717c3d9a57a27335fdacd4c3c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:27:28 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.65 (#18883) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- boundaries/billing/currency/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boundaries/billing/currency/Cargo.toml b/boundaries/billing/currency/Cargo.toml index b1fbbd28bf3..a2e437af879 100644 --- a/boundaries/billing/currency/Cargo.toml +++ b/boundaries/billing/currency/Cargo.toml @@ -31,6 +31,6 @@ async-trait = "0.1.83" warp = "0.3.7" utoipa = "5.1.1" dotenvy = "0.15.7" -thiserror = "1.0.64" +thiserror = "1.0.65" tokio-cron-scheduler = "0.13.0" chrono = "0.4.38" \ No newline at end of file