Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit a8722e1

Browse files
committed
Update sql-parser
1 parent 6f514e9 commit a8722e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chaindexing-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ proc-macro = true
1010
[dependencies]
1111
quote = "1"
1212
syn = { version = "2", features = ["full"] }
13-
sqlparser = "0.57"
13+
sqlparser = "0.58"

chaindexing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ tokio = { version = "1", features = ["full"] }
4242
uuid = { version = "1", features = ["v4", "serde"] }
4343
futures-core = { version = "0.3", features = ["alloc"] }
4444
futures-util = "0.3"
45-
sqlparser = "0.57"
45+
sqlparser = "0.58"
4646
chaindexing-macros = { path = "../chaindexing-macros" }

0 commit comments

Comments
 (0)