Skip to content

Commit cb26dee

Browse files
Upgrade actix-identity crate from 0.5 to 0.6 version (#1192)
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]>
1 parent 7e886e8 commit cb26dee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ jobs:
184184
- run: cargo +nightly update -Z minimal-versions
185185

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

188191
package:
189192
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
@@ -47,7 +47,7 @@ derive_more = { version = "0.99.8", default-features = false }
4747

4848
[dev-dependencies]
4949
actix-cors = "0.6"
50-
actix-identity = "0.5"
50+
actix-identity = "0.6"
5151
actix-rt = "2.0"
5252
actix-test = "0.1"
5353
async-stream = "0.3"

0 commit comments

Comments
 (0)