From 1e6ee78cb014867494757ee6f85f43ecde094860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 12:43:26 +0000 Subject: [PATCH] Bump rust_decimal from 1.8.1 to 1.17.0 Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.8.1 to 1.17.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Commits](https://github.com/paupino/rust-decimal/commits) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- testsuite/cli/Cargo.toml | 2 +- testsuite/smoke-test/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9363eb707d3c..1b917e0395fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5655,10 +5655,11 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.8.1" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e81662973c7a8d9663e64a0de4cd642b89a21d64966e3d99606efdc5fb0cc6" +checksum = "353775f96a1f400edcca737f843cb201af3645912e741e64456a257c770173e8" dependencies = [ + "arrayvec", "num-traits", "serde", ] diff --git a/testsuite/cli/Cargo.toml b/testsuite/cli/Cargo.toml index c2bfa3d81866..322a23c701ef 100644 --- a/testsuite/cli/Cargo.toml +++ b/testsuite/cli/Cargo.toml @@ -15,7 +15,7 @@ chrono = "0.4.19" hex = "0.4.2" proptest = { version = "0.10.1", optional = true } rustyline = "7.0.0" -rust_decimal = "1.8.1" +rust_decimal = "1.17.0" num-traits = "0.2.14" once_cell = "1.4.1" reqwest = { version = "0.10.9", features = ["blocking", "json"] } diff --git a/testsuite/smoke-test/Cargo.toml b/testsuite/smoke-test/Cargo.toml index 4c12ee2b0941..6a47252b2a14 100644 --- a/testsuite/smoke-test/Cargo.toml +++ b/testsuite/smoke-test/Cargo.toml @@ -17,7 +17,7 @@ num = "0.3.0" num-traits = "0.2.14" rand = "0.7.3" regex = "1.4.2" -rust_decimal = "1.8.1" +rust_decimal = "1.17.0" rusty-fork = "0.3.0" statistical = "1.0.0" tokio = { version = "0.2.22", features = ["full"] }