Skip to content

Commit e4bab6e

Browse files
committed
update dependencies
1 parent 34cf367 commit e4bab6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ anyhow = "1.0.58"
1919
serde = "1.0.140"
2020
serde_json = { version = "1.0.82", features = ["preserve_order"] }
2121
lambda-web = { version = "0.2.0", features = ["actix4"], optional = true }
22-
sqlparser = { version = "0.22.0", git = "https://github.com/lovasoa/sqlparser-rs.git", branch = "sqlpage", features = ["derive-visitor"] }
22+
sqlparser = { version = "0.23.0", git = "https://github.com/lovasoa/sqlparser-rs.git", branch = "ast-visitor", features = ["derive-visitor"] }
2323
async-stream = "0.3"
2424
async-trait = "0.1.57"
2525
async-recursion = "1.0.0"

0 commit comments

Comments
 (0)