From 22226384adab746684d95c4e94e02de0b70db2c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:28:48 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.58 --- server/infra/db_repository_impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/infra/db_repository_impl/Cargo.toml b/server/infra/db_repository_impl/Cargo.toml index 7420201..e6bd675 100644 --- a/server/infra/db_repository_impl/Cargo.toml +++ b/server/infra/db_repository_impl/Cargo.toml @@ -15,4 +15,4 @@ ordered-float = "3.9.2" tracing = "0.1.39" serde = "1.0.198" envy = "0.4.2" -thiserror = "1.0.49" +thiserror = "1.0.58"