From a0ce9ad0a0e4165ca774281fcee8f17d7e70674a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:33:17 +0000 Subject: [PATCH] Bump rust_decimal_macros from 1.13.0 to 1.14.1 Bumps [rust_decimal_macros](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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 506650d6..9b24124e 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", @@ -3251,9 +3251,9 @@ dependencies = [ [[package]] name = "rust_decimal_macros" -version = "1.13.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e57c22158e46bfc2cf146ce1e64ea3314d9d048217d92da3caf11da2054884c" +checksum = "b9ac0a0a5fcc647fd50ad212f7806cc36e5551684ddb7d5d8522d788035f7893" dependencies = [ "quote 1.0.9", "rust_decimal",