diff --git a/Cargo.lock b/Cargo.lock index 2a11a6be9a388..ed27c5f660ea6 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 dfb1a21c0b174..de6bdc4cb2552 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