Skip to content

Commit

Permalink
update sqlparser to 0.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takaebato committed Feb 12, 2024
1 parent 4fe89b0 commit 2c98364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-insight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "sql_insight"
path = "src/lib.rs"

[dependencies]
sqlparser = { version = "0.41.0", features = ["visitor"] }
sqlparser = { version = "0.43.1", features = ["visitor"] }
thiserror = "1.0.56"


0 comments on commit 2c98364

Please sign in to comment.