Upgrade actix-cors crate from 0.6 to 0.7 version (#1234)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
This commit is contained in:
dependabot[bot] 2024-01-08 20:06:28 +01:00 committed by GitHub
parent 31c468dd65
commit b7be55fb4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -173,6 +173,10 @@ jobs:
- run: cargo +nightly update -Z minimal-versions - run: cargo +nightly update -Z minimal-versions
- run: make test.cargo crate=${{ matrix.crate }} - run: make test.cargo crate=${{ matrix.crate }}
if: ${{ matrix.crate != 'juniper_actix' }}
# TODO: Remove once MSRV bumps up >=1.75.
- run: cargo check -p ${{ matrix.crate }} --all-features
if: ${{ matrix.crate == 'juniper_actix' }}
package: package:
if: ${{ startsWith(github.ref, 'refs/tags/juniper') }} if: ${{ startsWith(github.ref, 'refs/tags/juniper') }}

View file

@ -36,7 +36,7 @@ serde = { version = "1.0.122", features = ["derive"] }
serde_json = "1.0.18" serde_json = "1.0.18"
[dev-dependencies] [dev-dependencies]
actix-cors = "0.6" actix-cors = "0.7"
actix-identity = "0.6" actix-identity = "0.6"
actix-rt = "2.0" actix-rt = "2.0"
actix-test = "0.1" actix-test = "0.1"