Bump actix-web from 4.4.0 to 4.4.1

Bumps [actix-web](https://github.com/actix/actix-web) from 4.4.0 to 4.4.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.4.0...web-v4.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-01 10:56:28 +00:00 committed by jordan
parent 81d4dc7643
commit d835347bdb
2 changed files with 9 additions and 10 deletions

View file

@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
rand = { version = "0.8" }
gpw = "0.1"
actix = "0.13"
actix-web = "4.0"
actix-web = "4.4"
htmlescape = "0.3"
askama = "0.12"
bat = "0.24"