Skip to content

Commit

Permalink
release 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Nov 28, 2023
1 parent dd3aa06 commit 534433a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
17 changes: 13 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions graph-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "graph-gateway"
version = "15.0.0"
version = "15.1.0"

[dependencies]
alloy-primitives.workspace = true
Expand All @@ -16,7 +16,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
cost-model = { git = "https://github.com/graphprotocol/agora", rev = "3367d76" }
ethers = { version = "2.0.10", default-features = false, features = ["abigen"] }
eventuals = "0.6.7"
faster-hex = "0.8.0"
faster-hex = "0.9.0"
futures = "0.3"
graph-subscriptions = { git = "https://github.com/edgeandnode/subscription-payments", rev = "334d18b" }
graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3.0", default-features = false }
Expand All @@ -26,7 +26,7 @@ graphql-http = { git = "https://github.com/edgeandnode/toolshed.git", tag = "gra
hex = "0.4"
indexer-selection = { path = "../indexer-selection" }
indoc = "2.0.3"
itertools = "0.11"
itertools = "0.12.0"
lazy_static = "1.4"
maxminddb = "0.23"
prelude = { path = "../prelude" }
Expand Down

0 comments on commit 534433a

Please sign in to comment.