Skip to content

Commit e9aa87f

Browse files
Update bigdecimal requirement from 0.1 to 0.2 (apache#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](akubera/bigdecimal-rs@v0.1.0...v0.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5b7524 commit e9aa87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ path = "src/lib.rs"
2323
json_example = ["serde_json", "serde"]
2424

2525
[dependencies]
26-
bigdecimal = { version = "0.1", features = ["serde"], optional = true }
26+
bigdecimal = { version = "0.2", features = ["serde"], optional = true }
2727
log = "0.4"
2828
serde = { version = "1.0", features = ["derive"], optional = true }
2929
# serde_json is only used in examples/cli, but we have to put it outside

0 commit comments

Comments
 (0)