mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Update bigdecimal requirement from 0.2 to 0.3 (#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](https://github.com/akubera/bigdecimal-rs/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: direct:production ... 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:
parent
70ffa4166c
commit
69af5a1d99
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ std = []
|
|||
json_example = ["serde_json", "serde"]
|
||||
|
||||
[dependencies]
|
||||
bigdecimal = { version = "0.2", features = ["serde"], optional = true }
|
||||
bigdecimal = { version = "0.3", 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue