Bump rust_decimal from 1.7.0 to 1.8.1

Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.7.0 to 1.8.1.
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Commits](https://github.com/paupino/rust-decimal/commits/1.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-01 02:30:26 +00:00 committed by David Peter
parent 585c69af44
commit 7cdd1f259f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -524,9 +524,9 @@ checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
[[package]]
name = "rust_decimal"
version = "1.7.0"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ba36e8c41bf675947e200af432325f332f60a0aea0ef2dc456636c2f6037d7"
checksum = "c9e81662973c7a8d9663e64a0de4cd642b89a21d64966e3d99606efdc5fb0cc6"
dependencies = [
"num-traits",
"serde",

View File

@ -20,7 +20,7 @@ cfg-if = "0.1"
csv = "1.1.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust_decimal = "1.7"
rust_decimal = "1.8"
rand = "0.7"
[target.'cfg(not(windows))'.dependencies]