Skip to content

Commit

Permalink
graph: Import sqlparser in the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed May 9, 2024
1 parent 802771c commit 4f3eec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ serde_derive = "1.0.125"
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
serde_regex = "1.1.0"
serde_yaml = "0.9.21"
sqlparser = "0.46.0"
syn = { version = "2.0.60", features = ["full"] }
tonic = { version = "0.8.3", features = ["tls-roots", "gzip"] }
tonic-build = { version = "0.8.4", features = ["prost"] }
Expand Down
2 changes: 1 addition & 1 deletion graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ slog = { version = "2.7.0", features = [
"release_max_level_trace",
"max_level_trace",
] }
sqlparser = { workspace = true }
# TODO: This should be reverted to the latest version once it's published
# stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }
# stable-hash = { version = "0.4.2" }
Expand Down Expand Up @@ -90,7 +91,6 @@ web3 = { git = "https://github.com/graphprotocol/rust-web3", branch = "graph-pat
"arbitrary_precision",
] }
serde_plain = "1.0.2"
sqlparser = "0.46.0"
csv = "1.3.0"
object_store = { version = "0.9.1", features = ["gcp"] }

Expand Down

0 comments on commit 4f3eec4

Please sign in to comment.