Bump actix-web from 4.3.1 to 4.5.1

Bumps [actix-web](https://github.com/actix/actix-web) from 4.3.1 to 4.5.1.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/web-v4.3.1...web-v4.5.1)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-21 21:27:09 +00:00 committed by GitHub
parent 2dba081381
commit f486118c58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 37 additions and 41 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.5.1"
anyhow = "1.0"
thiserror = "1.0"
futures = "^0.3.25"