From 4c225074c677b9743df7d7606a31f142390205c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:33:13 +0000 Subject: [PATCH] Bump rust_decimal from 1.13.0 to 1.14.1 Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.13.0 to 1.14.1. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Commits](https://github.com/paupino/rust-decimal/compare/1.13.0...1.14.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 506650d6..cdfde39b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3240,9 +3240,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.13.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72e80c4f9a71b5949e283189c3c3ae35fedddecfe112e75c9d58751c36605b62" +checksum = "d52f6513cf330c84095570b1f3ac073d718a50541c8392a98eaac9c6333324bf" dependencies = [ "arrayvec", "num-traits",