From 065318ad4fd13b49e3fcbf3a44f2f19ab4ec71f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:53:50 +0000 Subject: [PATCH] build(deps): bump rust_decimal_macros from 1.35.0 to 1.36.0 Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.35.0 to 1.36.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.35.0...1.36.0) --- updated-dependencies: - dependency-name: rust_decimal_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eedc406b..3d99232a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1844,9 +1844,9 @@ dependencies = [ [[package]] name = "rust_decimal_macros" -version = "1.35.0" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a05bf7103af0797dbce0667c471946b29b9eaea34652eff67324f360fec027de" +checksum = "da991f231869f34268415a49724c6578e740ad697ba0999199d6f22b3949332c" dependencies = [ "quote", "rust_decimal", diff --git a/Cargo.toml b/Cargo.toml index de921410..2cab50e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust_decimal = { version = "1.33.1", features = [ "serde-str", "serde-with-str", ] } -rust_decimal_macros = "1.33.1" +rust_decimal_macros = "1.36.0" xml = "0.8.10" zip = { version = "2.1.6" } reqwest = "0.12.5"