Skip to content

Commit b7be55f

Browse files
Upgrade actix-cors crate from 0.6 to 0.7 version (#1234)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <[email protected]>
1 parent 31c468d commit b7be55f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ jobs:
173173
- run: cargo +nightly update -Z minimal-versions
174174

175175
- run: make test.cargo crate=${{ matrix.crate }}
176+
if: ${{ matrix.crate != 'juniper_actix' }}
177+
# TODO: Remove once MSRV bumps up >=1.75.
178+
- run: cargo check -p ${{ matrix.crate }} --all-features
179+
if: ${{ matrix.crate == 'juniper_actix' }}
176180

177181
package:
178182
if: ${{ startsWith(github.ref, 'refs/tags/juniper') }}

juniper_actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde = { version = "1.0.122", features = ["derive"] }
3636
serde_json = "1.0.18"
3737

3838
[dev-dependencies]
39-
actix-cors = "0.6"
39+
actix-cors = "0.7"
4040
actix-identity = "0.6"
4141
actix-rt = "2.0"
4242
actix-test = "0.1"

0 commit comments

Comments
 (0)