From 7e25169ad58f3ac0cd3bbbeb5b88441a086a2a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 02:37:07 +0000 Subject: [PATCH] Bump rust_decimal from 1.22.0 to 1.25.0 Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.22.0 to 1.25.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.22.0...1.25.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- fuzz/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d88f8d8..044070c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3381,9 +3381,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.22.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d37baa70cf8662d2ba1c1868c5983dda16ef32b105cce41fb5c47e72936a90b3" +checksum = "34a3bb58e85333f1ab191bf979104b586ebd77475bc6681882825f4532dfe87c" dependencies = [ "arrayvec 0.7.2", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 6a4b398..55462c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ borsh-derive = "0.9.1" #numerics # This must be pinned to 0.9.1 until Solana's Rust fork supports Rust >=1.56.1 uint = { version = "=0.9.1", default-features = false } -rust_decimal = {version = "1.22", features = [ "maths" ] } +rust_decimal = {version = "1.25", features = [ "maths" ] } rust_decimal_macros = "1.22" #error handling diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a837f11..bd25512 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -26,7 +26,7 @@ borsh-derive = "0.9.1" #numerics uint = { version = "=0.9.1", default-features = false } -rust_decimal = {version = "1.22", features = [ "maths" ] } +rust_decimal = {version = "1.25", features = [ "maths" ] } rust_decimal_macros = "1.22" #error handling