Skip to content

Commit 69af5a1

Browse files
Update bigdecimal requirement from 0.2 to 0.3 (apache#341)
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.2.0...v0.3.0) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70ffa41 commit 69af5a1

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
@@ -26,7 +26,7 @@ std = []
2626
json_example = ["serde_json", "serde"]
2727

2828
[dependencies]
29-
bigdecimal = { version = "0.2", features = ["serde"], optional = true }
29+
bigdecimal = { version = "0.3", features = ["serde"], optional = true }
3030
log = "0.4"
3131
serde = { version = "1.0", features = ["derive"], optional = true }
3232
# serde_json is only used in examples/cli, but we have to put it outside

0 commit comments

Comments
 (0)