Bump rust_decimal from 1.16.0 to 1.17.0

Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.16.0 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-01 03:03:25 +00:00 committed by David Peter
parent b44890ba90
commit 4b419c6ab4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -639,9 +639,9 @@ dependencies = [
[[package]]
name = "rust_decimal"
version = "1.16.0"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0f1028de22e436bb35fce070310ee57d57b5e59ae77b4e3f24ce4773312b813"
checksum = "353775f96a1f400edcca737f843cb201af3645912e741e64456a257c770173e8"
dependencies = [
"arrayvec",
"num-traits",

View File

@ -19,7 +19,7 @@ atty = "0.2"
csv = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust_decimal = "1.16"
rust_decimal = "1.17"
rand = "0.8"
shell-words = "1.0"