Upgrade actix-identity crate from 0.7 to 0.8 version (#1285)

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-09-19 11:40:39 +02:00 committed by GitHub
parent 102710558a
commit a3a5a19544
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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