Bump rust_decimal from 1.9.0 to 1.10.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-01 03:41:06 +00:00 committed by David Peter
parent 80b6bdb90b
commit 77fcb6a6b3
2 changed files with 10 additions and 3 deletions

11
Cargo.lock generated
View File

@ -18,6 +18,12 @@ dependencies = [
"num-traits",
]
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "atty"
version = "0.2.14"
@ -529,10 +535,11 @@ checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
[[package]]
name = "rust_decimal"
version = "1.9.0"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5c739ba050709eae138f053356d27ff818d71fe54ce5a8d9f4c7a660bfb6684"
checksum = "04d1fde955d206c00af1eb529d8ebfca3b505921820a0436566dbcc6c4d4ffb3"
dependencies = [
"arrayvec",
"num-traits",
"serde",
]

View File

@ -20,7 +20,7 @@ cfg-if = "1.0"
csv = "1.1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust_decimal = "1.9"
rust_decimal = "1.10"
rand = "0.8"
[target.'cfg(not(windows))'.dependencies]