8000 Bump actix-web from `4.0.0-rc.2` to `4.0.0-rc.3` · async-graphql/async-graphql@f1f2371 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit f1f2371

Browse files
committed
Bump actix-web from 4.0.0-rc.2 to 4.0.0-rc.3
1 parent b84129c commit f1f2371

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
# [3.0.31] 2022-02-17
88

99
- Add `OneOfObject` macro to support for oneof input object.
10+
- Bump actix-web from `4.0.0-rc.2` to `4.0.0-rc.3`.
1011

1112
# [3.0.30] 2022-2-15
1213

integrations/actix-web/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ categories = ["network-programming", "asynchronous"]
1515
async-graphql = { path = "../..", version = "3.0.30" }
1616

1717
actix = "0.12.0"
18-
actix-http = "3.0.0-rc.1"
19-
actix-web = { version = "4.0.0-rc.2", default-features = false }
20-
actix-web-actors = "4.0.0-beta.11"
18+
actix-http = "3.0.0-rc.2"
19+
actix-web = { version = "4.0.0-rc.3", default-features = false }
20+
actix-web-actors = "4.0.0-beta.12"
2121
async-channel = "1.6.1"
2222
futures-util = { version = "0.3.0", default-features = false }
2323
serde_json = "1.0.64"

0 commit comments

Comments
 (0)
0