diff --git a/CHANGELOG.md b/CHANGELOG.md index 9148aa49..f7c84356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [3.0.31] 2022-02-17 - Add `OneOfObject` macro to support for oneof input object. +- Bump actix-web from `4.0.0-rc.2` to `4.0.0-rc.3`. # [3.0.30] 2022-2-15 diff --git a/examples b/examples index 9cde888e..840fd0aa 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 9cde888ee5f367d4f4d653a9fa9ec94722b855d1 +Subproject commit 840fd0aa36f6fa4633047ef3000bb51b35e26b7b diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index cf8beacf..690fe0c2 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -15,9 +15,9 @@ categories = ["network-programming", "asynchronous"] async-graphql = { path = "../..", version = "3.0.30" } actix = "0.12.0" -actix-http = "3.0.0-rc.1" -actix-web = { version = "4.0.0-rc.2", default-features = false } -actix-web-actors = "4.0.0-beta.11" +actix-http = "3.0.0-rc.2" +actix-web = { version = "4.0.0-rc.3", default-features = false } +actix-web-actors = "4.0.0-beta.12" async-channel = "1.6.1" futures-util = { version = "0.3.0", default-features = false } serde_json = "1.0.64"