Bump sqlparser from 0.41.0 to 0.43.1 (#11662)

This commit is contained in:
dependabot[bot]
2024-01-30 22:26:31 +00:00
committed by GitHub
parent 0a355db5c0
commit 6779b248e4
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ fancy-regex = "0.12"
indexmap = { version = "2.1" }
num = { version = "0.4", optional = true }
serde = { version = "1.0", features = ["derive"] }
sqlparser = { version = "0.41", optional = true }
sqlparser = { version = "0.43", optional = true }
polars-io = { version = "0.36", features = ["avro"], optional = true }
polars-arrow = { version = "0.36", optional = true }
polars-ops = { version = "0.36", optional = true }