From ef926f8525b796b3d28ff5cb661b9bf5a4fd92cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 10:30:50 +0000 Subject: [PATCH] Bump rust_decimal_macros from 1.17.0 to 1.18.0 Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Commits](https://github.com/paupino/rust-decimal/compare/1.17.0...1.18.0) --- 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 ++-- daemon/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a987d9a..14ec962 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2467,9 +2467,9 @@ dependencies = [ [[package]] name = "rust_decimal_macros" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0847e5bbcded958275518f18a567fea27e53b22b52b549cc3557c88d780b22e" +checksum = "f2a71e447554613b11da876d63d04e78fc3e8e86769488d3b58887671e23bc86" dependencies = [ "quote", "rust_decimal", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 2c75609..ae9725b 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -28,7 +28,7 @@ rocket = { version = "0.5.0-rc.1", features = ["json"] } rocket-basicauth = { version = "2", default-features = false } rust-embed = "6.3" rust_decimal = "1.18" -rust_decimal_macros = "1.17" +rust_decimal_macros = "1.18" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_plain = "1"