diff --git a/Cargo.lock b/Cargo.lock index f98bc3cd9e37e..e2f4829512448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,9 +456,9 @@ dependencies = [ [[package]] name = "async-graphql-warp" -version = "5.0.7" +version = "5.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bb6bf41fb7c140172034290b10c17eca6ebf37af148301f913dc95eb625083b" +checksum = "f3a2e1f7023d0074be87cd9ae83e3d6e9c6854bd7544026fdfc46c568e76c021" dependencies = [ "async-graphql", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index b0de43791504c..4c588b49fd90d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ lapin = { version = "2.1.1", default-features = false, features = ["native-tls"] # API async-graphql = { version = "5.0.8", default-features = false, optional = true, features = ["chrono"] } -async-graphql-warp = { version = "5.0.7", default-features = false, optional = true } +async-graphql-warp = { version = "5.0.8", default-features = false, optional = true } itertools = { version = "0.10.5", default-features = false, optional = true } # API client