Update bigdecimal requirement from 0.1 to 0.2 (#268)

Updates the requirements on [bigdecimal](https://github.com/akubera/bigdecimal-rs) to permit the latest version.
- [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
- [Commits](https://github.com/akubera/bigdecimal-rs/compare/v0.1.0...v0.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-09-02 13:47:55 +02:00 committed by GitHub
parent a5b752484e
commit e9aa87fa2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ path = "src/lib.rs"
json_example = ["serde_json", "serde"]
[dependencies]
bigdecimal = { version = "0.1", features = ["serde"], optional = true }
bigdecimal = { version = "0.2", features = ["serde"], optional = true }
log = "0.4"
serde = { version = "1.0", features = ["derive"], optional = true }
# serde_json is only used in examples/cli, but we have to put it outside