Bump actix-web from 4.4.1 to 4.5.1

Bumps [actix-web](https://github.com/actix/actix-web) from 4.4.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.4.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-03-01 04:24:41 +00:00 committed by GitHub
parent 57e015d63a
commit 5c2fb06a01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -168,9 +168,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-web" name = "actix-web"
version = "4.4.1" version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e43428f3bf11dee6d166b00ec2df4e3aa8cc1606aaa0b7433c146852e2f4e03b" checksum = "43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984"
dependencies = [ dependencies = [
"actix-codec", "actix-codec",
"actix-http", "actix-http",

View File

@ -14,7 +14,7 @@ name = "hoc"
[dependencies] [dependencies]
actix-rt = "2.9.0" actix-rt = "2.9.0"
actix-web = "4.4.1" actix-web = "4.5.1"
badgers = "1.2.0" badgers = "1.2.0"
bytes = "1.5.0" bytes = "1.5.0"
config = { version = "0.14.0", features = ["toml"] } config = { version = "0.14.0", features = ["toml"] }