Upgrade bigdecimal to 0.4.1 (#921)

This commit is contained in:
JIN-YONG LEE 2023-07-18 03:21:45 +09:00 committed by GitHub
parent 4efe55dd8a
commit 653346c4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ json_example = ["serde_json", "serde"]
visitor = ["sqlparser_derive"]
[dependencies]
bigdecimal = { version = "0.3", features = ["serde"], optional = true }
bigdecimal = { version = "0.4.1", 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