From 74446985ebd9eaa70fd40b95f93e528d603a847f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:06:24 +0000 Subject: [PATCH] chore(deps)(deps): update masterror requirement from 0.27 to 0.29 Updates the requirements on [masterror](https://github.com/RAprogramm/masterror) to permit the latest version. - [Release notes](https://github.com/RAprogramm/masterror/releases) - [Changelog](https://github.com/RAprogramm/masterror/blob/main/CHANGELOG.md) - [Commits](https://github.com/RAprogramm/masterror/compare/v0.27.0...v0.29.0) --- updated-dependencies: - dependency-name: masterror dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/entity-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/entity-derive/Cargo.toml b/crates/entity-derive/Cargo.toml index cb75080..a80b871 100644 --- a/crates/entity-derive/Cargo.toml +++ b/crates/entity-derive/Cargo.toml @@ -99,7 +99,7 @@ utoipa = { version = "5", features = ["chrono", "uuid"] } validator = { version = "0.20", features = ["derive"] } axum = "0.8" garde = { version = "0.23", features = ["derive", "email", "url"] } -masterror = { version = "0.27", features = ["axum", "openapi"] } +masterror = { version = "0.29", features = ["axum", "openapi"] } [package.metadata.docs.rs] all-features = true