From 50fd1188c763983c9790835d7b6f4084ec6d6264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:28:07 +0000 Subject: [PATCH] Bump rust_decimal from 1.33.1 to 1.34.2 Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.33.1 to 1.34.2. - [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.2) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wtx/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be45d3c4..12a73ba1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2792,9 +2792,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.33.1" +version = "1.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4" +checksum = "755392e1a2f77afd95580d3f0d0e94ac83eeeb7167552c9b5bca549e61a94d83" dependencies = [ "arrayvec", "num-traits", diff --git a/wtx/Cargo.toml b/wtx/Cargo.toml index c01da18f..06fdac93 100644 --- a/wtx/Cargo.toml +++ b/wtx/Cargo.toml @@ -80,7 +80,7 @@ rand = { default-features = false, features = ["small_rng"], optional = true, ve reqwest = { default-features = false, optional = true, version = "0.11" } ring = { default-features = false, optional = true, version = "0.17" } rkyv = { default-features = false, features = ["validation"], optional = true, version = "0.7" } -rust_decimal = { default-features = false, features = ["maths"], optional = true, version = "1.0" } +rust_decimal = { default-features = false, features = ["maths"], optional = true, version = "1.34" } rustls-pemfile = { default-features = false, features = ["std"], optional = true, version = "2.0" } rustls-pki-types = { default-features = false, optional = true, version = "1.0" } serde = { default-features = false, features = ["alloc", "derive"], optional = true, version = "1.0" }