From b2d4f71da1818f3e5676b55ed7fc2a9b10092760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:07:16 +0000 Subject: [PATCH] chore(deps)(deps): update masterror requirement from 0.29 to 0.30 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.29.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/entity-derive/Cargo.toml b/crates/entity-derive/Cargo.toml index e48851e..12fcea1 100644 --- a/crates/entity-derive/Cargo.toml +++ b/crates/entity-derive/Cargo.toml @@ -84,7 +84,7 @@ tracing = ["entity-core/tracing", "entity-derive-impl/tracing"] [dependencies] entity-core = { path = "../entity-core", version = "0.10", features = ["serde"] } entity-derive-impl = { path = "../entity-derive-impl", version = "0.20", default-features = false } -masterror = { version = "0.29", features = ["axum", "openapi"], optional = true } +masterror = { version = "0.30", features = ["axum", "openapi"], optional = true } serde_json = { version = "1", optional = true } [dev-dependencies] @@ -108,7 +108,7 @@ validator = { version = "0.21", features = ["derive"] } axum = "0.8" tower = { version = "0.5", features = ["util"] } garde = { version = "0.23", features = ["derive", "email", "url"] } -masterror = { version = "0.29", features = ["axum", "openapi"] } +masterror = { version = "0.30", features = ["axum", "openapi"] } [lints] workspace = true