diff --git a/chaindexing-macros/Cargo.toml b/chaindexing-macros/Cargo.toml index bb44029..b48e208 100644 --- a/chaindexing-macros/Cargo.toml +++ b/chaindexing-macros/Cargo.toml @@ -10,4 +10,4 @@ proc-macro = true [dependencies] quote = "1" syn = { version = "2", features = ["full"] } -sqlparser = "0.57" +sqlparser = "0.58" diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index fd78104..3c4db0f 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -42,5 +42,5 @@ tokio = { version = "1", features = ["full"] } uuid = { version = "1", features = ["v4", "serde"] } futures-core = { version = "0.3", features = ["alloc"] } futures-util = "0.3" -sqlparser = "0.57" +sqlparser = "0.58" chaindexing-macros = { path = "../chaindexing-macros" }