From da98cfe8a8ca68907ef1bfe26e230819ab0f462d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:14:27 +0000 Subject: [PATCH] Bump rust_decimal from 1.41.0 to 1.42.0 Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.41.0 to 1.42.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.41.0...1.42.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-version: 1.42.0 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 228892f..7238b53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,9 +425,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce901f9a19d251159075a4c37af514c3b8ef99c22e02dd8c19161cf397ee94a" +checksum = "0c5108e3d4d903e21aac27f12ba5377b6b34f9f44b325e4894c7924169d06995" dependencies = [ "arrayvec", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 27ca296..a6dc226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ keywords = ["invoice", "generator", "SDK", "FA", "PEF"] serde = { version = "1.0", features = ["derive"] } quick-xml = { version = "0.39", features = ["serialize"] } chrono = { version = "0.4", features = ["serde"] } -rust_decimal = { version = "1.41", features = ["serde"] } +rust_decimal = { version = "1.42", features = ["serde"] } xmltree = "0.12"