Skip to content

Commit

Permalink
uprgrade sqlparser
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Dec 27, 2024
1 parent 43e9307 commit 1108f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ recursive = "0.1.1"
regex = "1.8"
rstest = "0.23.0"
serde_json = "1"
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev ="df3c5652b10493df4db484f358514bb210673744", features = ["visitor"] }
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev ="e9c3305008b4e0a28fb42a2fe6b18b3bd2a8291b", features = ["visitor"] }
tempfile = "3"
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
url = "2.2"
Expand Down

0 comments on commit 1108f75

Please sign in to comment.