mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Bump sqlparser from 0.41.0 to 0.43.1 (#11662)
This commit is contained in:
parent
0a355db5c0
commit
6779b248e4
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -2883,7 +2883,7 @@ dependencies = [
|
||||||
"polars-plan",
|
"polars-plan",
|
||||||
"polars-utils",
|
"polars-utils",
|
||||||
"serde",
|
"serde",
|
||||||
"sqlparser 0.41.0",
|
"sqlparser 0.43.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -5360,9 +5360,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sqlparser"
|
name = "sqlparser"
|
||||||
version = "0.41.0"
|
version = "0.43.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5cc2c25a6c66789625ef164b4c7d2e548d627902280c13710d33da8222169964"
|
checksum = "f95c4bae5aba7cd30bd506f7140026ade63cff5afd778af8854026f9606bf5d4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
]
|
]
|
||||||
|
|
|
@ -24,7 +24,7 @@ fancy-regex = "0.12"
|
||||||
indexmap = { version = "2.1" }
|
indexmap = { version = "2.1" }
|
||||||
num = { version = "0.4", optional = true }
|
num = { version = "0.4", optional = true }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
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-io = { version = "0.36", features = ["avro"], optional = true }
|
||||||
polars-arrow = { version = "0.36", optional = true }
|
polars-arrow = { version = "0.36", optional = true }
|
||||||
polars-ops = { version = "0.36", optional = true }
|
polars-ops = { version = "0.36", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue