From f2842388ae83042c95766199992d41e4e382492c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:50:58 +0000 Subject: [PATCH] build(deps): bump rust_decimal from 1.33.1 to 1.34.0 Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.33.1 to 1.34.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/compare/1.33.1...1.34.0) --- updated-dependencies: - dependency-name: rust_decimal 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 05004f41c..751a9be2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4614,9 +4614,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.33.1" +version = "1.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4" +checksum = "d7de2711cae7bdec993f4d2319352599ceb0d003e9f7900ea7c6ef4c5fc16831" dependencies = [ "arrayvec", "borsh", diff --git a/Cargo.toml b/Cargo.toml index aa51bb81b..4c3ccf90f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -180,7 +180,7 @@ reqwest = { version = "0.11", features = [ "rustls-tls", "stream", ], default-features = false } -rust_decimal = { version = "1.33", default-features = false } +rust_decimal = { version = "1.34", default-features = false } ryu = "1" sanitize-filename = { version = "0.5", optional = true } self_update = { version = "0.39", features = [