Skip to content

Commit

Permalink
upgrade async-graphql (move to the beginning)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Oct 15, 2021
1 parent 7e82270 commit 5a0dd82
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions explorer/Cargo.toml
Expand Up @@ -14,8 +14,8 @@ backoff = {version = "0.3.0", features = ["tokio"]}
futures = "0.3.5"
futures-channel = "0.3.5"
futures-util = "0.3.5"
async-graphql = "2.5.1"
async-graphql-warp = "2.6.0"
async-graphql = "2.9.15"
async-graphql-warp = "2.9.15"
serde = {version = "1.0.114", features = ["derive"]}
serde_json = "1.0.56"
serde_yaml = "0.8.13"
Expand All @@ -36,7 +36,13 @@ tokio-util = { version = "0.6.0", features = ["time"] }
tonic = "0.5.1"
multiaddr = { package = "parity-multiaddr", version = "0.11" }
rand = "0.8.3"
rand_chacha = "0.3.0"
rand_chacha = "0.3.1"
base64 = "0.13.0"
lazy_static = "1.4"
sanakirja = "1.2.5"
zerocopy = "0.5.0"
byteorder = "1.4.3"
hex = "0.4.3"

jormungandr-lib = {path = "../jormungandr-lib"}

Expand Down

0 comments on commit 5a0dd82

Please sign in to comment.