From 4c07d2304eb2e15fae3e0654c1a979e20f091ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 06:54:36 +0000 Subject: [PATCH] build(deps): bump rust_decimal from 1.34.3 to 1.35.0 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86c3a368b..7d580e215 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4754,9 +4754,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 84694c029..8a1416704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -188,7 +188,7 @@ reqwest = { version = "0.12", features = [ "http2", "json", ], default-features = false } -rust_decimal = { version = "1.34", default-features = false } +rust_decimal = { version = "1.35", default-features = false } ryu = "1" sanitize-filename = { version = "0.5", optional = true } self_update = { version = "0.39", features = [