From bfe6c243f141b97f57bfb74a7844e1bb1393e488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:01:39 +0000 Subject: [PATCH] chore(deps): bump rust_decimal_macros from 1.29.1 to 1.30.0 Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.29.1 to 1.30.0. - [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 ee758ca..7dacf55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1909,9 +1909,9 @@ dependencies = [ [[package]] name = "rust_decimal_macros" -version = "1.29.1" +version = "1.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e773fd3da1ed42472fdf3cfdb4972948a555bc3d73f5e0bdb99d17e7b54c687" +checksum = "7ca5c398d85f83b9a44de754a2048625a8c5eafcf070da7b8f116b685e2f6608" dependencies = [ "quote", "rust_decimal", diff --git a/Cargo.toml b/Cargo.toml index 0e52cc6..17dece5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ url = { version = "2.3.1", features = ["serde"] } log = "0.4.18" csv = "1.2.2" rust_decimal = "1.27.0" -rust_decimal_macros = "1.20" +rust_decimal_macros = "1.30" thiserror = "1.0.37" actix-web = "4.2.1" tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }