From 40f40d093d241b98bbac27872b654cbc30dc7668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 06:52:01 +0000 Subject: [PATCH] chore(deps): bump rust_decimal_macros from 1.26.1 to 1.27.0 Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.26.1 to 1.27.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/commits) --- updated-dependencies: - dependency-name: rust_decimal_macros 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 587d0f8..db0d8c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1906,9 +1906,9 @@ dependencies = [ [[package]] name = "rust_decimal_macros" -version = "1.26.1" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903d8db81d2321699ca8318035d6ff805c548868df435813968795a802171b2" +checksum = "5a7e2dba1342e9f1166786a4329ba0d6d6b8d9db7e81d702ec9ba3b39591ddff" dependencies = [ "quote", "rust_decimal", diff --git a/Cargo.toml b/Cargo.toml index 64010ab..18efc77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4.17" jsonwebtoken = "8" csv = "1.1.6" rust_decimal = "1.27.0" -rust_decimal_macros = "1.20" +rust_decimal_macros = "1.27" thiserror = "1.0.37" actix-web = "4.2.1" tokio = { version = "1.25.0", features = ["macros", "rt-multi-thread"] }