From 491041b6f6e64664c93246b9df63a5b1198cf210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:50:09 +0000 Subject: [PATCH] chore(deps): bump rust_decimal from 1.37.2 to 1.38.0 Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.37.2 to 1.38.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.37.2...1.38.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-version: 1.38.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 22e603d1..57eed861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2212,9 +2212,9 @@ checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] name = "rust_decimal" -version = "1.37.2" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b203a6425500a03e0919c42d3c47caca51e79f1132046626d2c8871c5092035d" +checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0" dependencies = [ "arrayvec", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 5250d606..2db06135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ default-features = false features = ["std"] [dependencies.rust_decimal] -version = "1.37.2" +version = "1.38.0" default-features = false features = ["std"]