From 23a0af2cbdab55a5adceb8033bec7382ff1ca08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 02:42:59 +0530 Subject: [PATCH] chore(deps): bump rust_decimal from 1.34.3 to 1.35.0 (#519) Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.34.3 to 1.35.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.34.3...1.35.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4922967d..e232b34b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2787,9 +2787,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.34.3" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39449a79f45e8da28c57c341891b69a183044b29518bb8f86dbac9df60bb7df" +checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a" dependencies = [ "arrayvec", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 7c08ab06..2367d777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] } tokio-stream = { version = "0.1.15", features = ["sync"] } tonic = "0.11.0" tonic-health = "0.11.0" -rust_decimal = "1.34" +rust_decimal = "1.35" prost = "0.12" prost-wkt-types = { version = "0.5", features = ["vendored-protoc"]} rust_decimal_macros = "1.34"