We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86334cd + 3d177b6 commit 9dff1b0Copy full SHA for 9dff1b0
.github/workflows/release-drafter.yml
@@ -9,7 +9,7 @@ jobs:
9
update_release_draft:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: release-drafter/release-drafter@v5
+ - uses: release-drafter/release-drafter@v6
13
with:
14
config-name: release-draft-template.yml
15
env:
examples/web_app_graphql/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Eugene Korir <[email protected]>"]
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
[dependencies]
-actix-cors = "0.6.5"
+actix-cors = "0.7.0"
actix-web = "4.4.0"
async-graphql = "6.0.11"
async-graphql-actix-web = "6.0.11"
0 commit comments