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:
parent
31c468dd65
commit
b7be55fb4b
2 changed files with 5 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -173,6 +173,10 @@ jobs:
|
|||
- run: cargo +nightly update -Z minimal-versions
|
||||
|
||||
- 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:
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/juniper') }}
|
||||
|
|
|
@ -36,7 +36,7 @@ serde = { version = "1.0.122", features = ["derive"] }
|
|||
serde_json = "1.0.18"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-cors = "0.6"
|
||||
actix-cors = "0.7"
|
||||
actix-identity = "0.6"
|
||||
actix-rt = "2.0"
|
||||
actix-test = "0.1"
|
||||
|
|
Loading…
Reference in a new issue