From 1966ab207cc9a3ff8dbebef7be41dc70ee54efdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:43:15 +0000 Subject: [PATCH] chore(deps): bump rust_decimal from 1.38.0 to 1.39.0 Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.38.0 to 1.39.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.38.0...1.39.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-version: 1.39.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 9afbbff9..f84616c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2212,9 +2212,9 @@ checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] name = "rust_decimal" -version = "1.38.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8975fc98059f365204d635119cf9c5a60ae67b841ed49b5422a9a7e56cdfac0" +checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282" dependencies = [ "arrayvec", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 1906c0f7..b761b7b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ default-features = false features = ["std"] [dependencies.rust_decimal] -version = "1.38.0" +version = "1.39.0" default-features = false features = ["std"]