diff --git a/Cargo.toml b/Cargo.toml index eea1fe78f..03a08f66a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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