diff --git a/Cargo.lock b/Cargo.lock index f30b75ebb2f98..0fef5dedc30dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -484,9 +484,9 @@ dependencies = [ [[package]] name = "async-graphql-warp" -version = "5.0.9" +version = "5.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fae3d1991cb75a984eb6787b84dd7ebb362a696d4239bb59abbc5a015a01724c" +checksum = "ce971f92675defe1adf14f9e70b8798d797db9f454463b611a552bffd5532188" dependencies = [ "async-graphql", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 2a38cfa839f3b..c110909a7f8df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ lapin = { version = "2.2.1", default-features = false, features = ["native-tls"] # API async-graphql = { version = "5.0.10", default-features = false, optional = true, features = ["chrono"] } -async-graphql-warp = { version = "5.0.9", default-features = false, optional = true } +async-graphql-warp = { version = "5.0.10", default-features = false, optional = true } itertools = { version = "0.10.5", default-features = false, optional = true } # API client