Skip to content

Commit 8896a89

Browse files
Update actix-identity requirement from 0.7 to 0.8
Updates the requirements on [actix-identity](https://github.com/actix/actix-extras) to permit the latest version. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](actix/actix-extras@cors-v0.7.0...session-v0.8.0) --- updated-dependencies: - dependency-name: actix-identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1027105 commit 8896a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ serde_json = "1.0.18"
3737

3838
[dev-dependencies]
3939
actix-cors = "0.7"
40-
actix-identity = "0.7"
40+
actix-identity = "0.8"
4141
actix-rt = "2.0"
4242
actix-test = "0.1"
4343
async-stream = "0.3"

0 commit comments

Comments
 (0)