Bump actix-web from `4.0.0-rc.2` to `4.0.0-rc.3`

This commit is contained in:
Sunli 2022-02-17 19:03:28 +08:00
parent df3312363e
commit c2c7763202
3 changed files with 5 additions and 4 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 9cde888ee5f367d4f4d653a9fa9ec94722b855d1
Subproject commit 840fd0aa36f6fa4633047ef3000bb51b35e26b7b

View File

@ -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"