From 02be4b26a4e6781b0be8fc1be78ea785895db300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:37:25 +0000 Subject: [PATCH] :ghost: Bump rust_decimal_macros from 1.36.0 to 1.40.0 Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.36.0 to 1.40.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](https://github.com/paupino/rust-decimal/compare/1.36.0...1.40.0) --- updated-dependencies: - dependency-name: rust_decimal_macros dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd9ad6fe..76f64059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1978,12 +1978,12 @@ dependencies = [ [[package]] name = "rust_decimal_macros" -version = "1.36.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da991f231869f34268415a49724c6578e740ad697ba0999199d6f22b3949332c" +checksum = "74a5a6f027e892c7a035c6fddb50435a1fbf5a734ffc0c2a9fed4d0221440519" dependencies = [ "quote", - "rust_decimal", + "syn 2.0.87", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f390c278..a4b1e508 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ static-files = "0.2" lazy_static = "1.5" serde = { version = "1.0", features = ["derive"] } rust_decimal = { version = "1.36" } -rust_decimal_macros = "1.36" +rust_decimal_macros = "1.40" xml = "0.8" zip = { version = "2.2" } reqwest = "0.12"