Skip to content

Commit 8a63158

Browse files
committed
Upgrade sqlparser to latest
1 parent 3f5ef9c commit 8a63158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convergence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio-util = { version = "0.7", features = [ "codec" ] }
1313
thiserror = "1"
1414
bytes = "1"
1515
futures = "0.3"
16-
sqlparser = "0.46"
16+
sqlparser = "0.55"
1717
async-trait = "0.1"
1818
chrono = "0.4"
1919
rust_decimal = { version = "1.37.1", features = ["default", "db-postgres"] }

0 commit comments

Comments
 (0)