Bump rust_decimal from 1.22.0 to 1.23.1

Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.22.0 to 1.23.1.
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Commits](https://github.com/paupino/rust-decimal/compare/1.22.0...1.23.1)

---
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] 2022-04-01 02:03:05 +00:00 committed by David Peter
parent d02690c8a8
commit 775a4a59b3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -693,9 +693,9 @@ dependencies = [
[[package]]
name = "rust_decimal"
version = "1.22.0"
version = "1.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d37baa70cf8662d2ba1c1868c5983dda16ef32b105cce41fb5c47e72936a90b3"
checksum = "22dc69eadbf0ee2110b8d20418c0c6edbaefec2811c4963dc17b6344e11fe0f8"
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.19"
rust_decimal = "1.23"
rand = "0.8"
shell-words = "1.0"
thiserror = "1.0"