Skip to content

Commit 0f24f89

Browse files
committed
graph: Import sqlparser in the workspace
1 parent b5e8464 commit 0f24f89

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ serde_derive = "1.0.125"
3636
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
3737
serde_regex = "1.1.0"
3838
serde_yaml = "0.9.21"
39+
sqlparser = "0.46.0"
3940
syn = { version = "2.0.60", features = ["full"] }
4041
tonic = { version = "0.8.3", features = ["tls-roots", "gzip"] }
4142
tonic-build = { version = "0.8.4", features = ["prost"] }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ slog = { version = "2.7.0", features = [
4848
"release_max_level_trace",
4949
"max_level_trace",
5050
] }
51+
sqlparser = { workspace = true }
5152
# TODO: This should be reverted to the latest version once it's published
5253
# stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }
5354
# stable-hash = { version = "0.4.2" }
@@ -90,7 +91,6 @@ web3 = { git = "https://github.com/graphprotocol/rust-web3", branch = "graph-pat
9091
"arbitrary_precision",
9192
] }
9293
serde_plain = "1.0.2"
93-
sqlparser = "0.46.0"
9494
csv = "1.3.0"
9595
object_store = { version = "0.9.1", features = ["gcp"] }
9696

0 commit comments

Comments
 (0)