diff --git a/Cargo.toml b/Cargo.toml index 99d93bf..d52524b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1.0" tracing = "0.1.26" tracing-subscriber = "0.2.18" async-graphql = { version = "2.9.4", features = ["tracing", "dataloader", "uuid"] } -async-graphql-tide = "2.9.4" +async-graphql-tide = "5.0.5" itertools = "0.10.1" rand = { version = "0.8.4", default-features = false } hex = { version = "0.4.3", default-features = false }