Upgrade actix-identity
crate from 0.6 to 0.7 version (#1236)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b7be55fb4b
commit
b1b31ff8c0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ serde_json = "1.0.18"
|
|||
|
||||
[dev-dependencies]
|
||||
actix-cors = "0.7"
|
||||
actix-identity = "0.6"
|
||||
actix-identity = "0.7"
|
||||
actix-rt = "2.0"
|
||||
actix-test = "0.1"
|
||||
async-stream = "0.3"
|
||||
|
|
Loading…
Reference in a new issue