Skip to content

Commit 30283b5

Browse files
chore(deps): update sqlparser requirement from 0.53.0 to 0.54.0
Updates the requirements on [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) to permit the latest version. - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.53.0...v0.53.0) --- updated-dependencies: - dependency-name: sqlparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3dce97 commit 30283b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ recursive = "0.1.1"
148148
regex = "1.8"
149149
rstest = "0.24.0"
150150
serde_json = "1"
151-
sqlparser = { version = "0.53.0", features = ["visitor"] }
151+
sqlparser = { version = "0.54.0", features = ["visitor"] }
152152
tempfile = "3"
153153
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
154154
url = "2.5.4"

0 commit comments

Comments
 (0)