Merge pull request #22 from GothenburgBitFactory/dependabot/cargo/actix-web-4.7.0

Bump actix-web from 4.3.1 to 4.7.0
This commit is contained in:
Dustin J. Mitchell 2024-06-10 20:49:19 -04:00 committed by GitHub
commit 1ff992aaff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 54 additions and 66 deletions

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
uuid = { version = "^1.8.0", features = ["serde", "v4"] }
actix-web = "^4.3.1"
actix-web = "^4.7.0"
anyhow = "1.0"
thiserror = "1.0"
futures = "^0.3.25"