Bump rust_decimal from 1.23.1 to 1.24.0

Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.23.1 to 1.24.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/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] 2022-06-01 02:05:31 +00:00 committed by David Peter
parent d2e857f150
commit 213a45165d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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