mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 11:17:23 +00:00
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:
parent
a5b752484e
commit
e9aa87fa2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue