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:
dependabot[bot] 2024-01-11 16:33:44 +01:00 committed by GitHub
parent b7be55fb4b
commit b1b31ff8c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ serde_json = "1.0.18"
[dev-dependencies] [dev-dependencies]
actix-cors = "0.7" actix-cors = "0.7"
actix-identity = "0.6" actix-identity = "0.7"
actix-rt = "2.0" actix-rt = "2.0"
actix-test = "0.1" actix-test = "0.1"
async-stream = "0.3" async-stream = "0.3"