From 7134ac8e2f1e3256538e4d88e6b5c52e5fe4b24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:21:47 +0000 Subject: [PATCH] chore(deps): bump masterror-derive from 0.10.0 to 0.11.0 Bumps [masterror-derive](https://github.com/RAprogramm/masterror) from 0.10.0 to 0.11.0. - [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.10.0...v0.11.0) --- updated-dependencies: - dependency-name: masterror-derive dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee5cd52..0a1c58c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1977,8 +1977,8 @@ dependencies = [ "js-sys", "log", "log-mdc", - "masterror-derive 0.10.0", - "masterror-template 0.4.0", + "masterror-derive", + "masterror-template", "metrics", "owo-colors", "redis", @@ -2005,34 +2005,16 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "masterror-derive" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c67cb4a9c7ac7a6473b96e7ed3b72f755809334e1c5c44cf80211358d382d68" -dependencies = [ - "masterror-template 0.3.8", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "masterror-derive" version = "0.11.0" dependencies = [ - "masterror-template 0.4.0", + "masterror-template", "proc-macro2", "quote", "syn", ] -[[package]] -name = "masterror-template" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76cbb19c37caa0e505f0fb43a68184a4d22dc6e81daea40dd00fc24a356ffa9a" - [[package]] name = "masterror-template" version = "0.4.0"