Skip to content

Commit

Permalink
Upgrade actix-identity crate from 0.5 to 0.6 version (#1192)
Browse files Browse the repository at this point in the history
Additionally:
- use `cargo check` for MSRV check of `juniper_actix` crate

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]>
  • Loading branch information
dependabot[bot] and tyranron authored Sep 20, 2023
1 parent 7e886e8 commit cb26dee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ jobs:
- run: cargo +nightly update -Z minimal-versions

- run: make test.cargo crate=${{ matrix.crate }}
if: ${{ !contains(fromJSON('["juniper_actix"]'), matrix.crate) }}
- run: cargo check -p ${{ matrix.crate }} --all-features
if: ${{ contains(fromJSON('["juniper_actix"]'), matrix.crate) }}

package:
if: ${{ startsWith(github.ref, 'refs/tags/juniper') }}
Expand Down
2 changes: 1 addition & 1 deletion juniper_actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ derive_more = { version = "0.99.8", default-features = false }

[dev-dependencies]
actix-cors = "0.6"
actix-identity = "0.5"
actix-identity = "0.6"
actix-rt = "2.0"
actix-test = "0.1"
async-stream = "0.3"
Expand Down

0 comments on commit cb26dee

Please sign in to comment.