Merge pull request #739 from vbrandl/dependabot/cargo/actix-web-4.5.1
Some checks failed
/ Test Suite (ubuntu-latest) (push) Failing after 25s
/ Rustfmt (push) Failing after 27s
/ Clippy (push) Failing after 26s
Security audit / security_audit (push) Failing after 8s

Bump actix-web from 4.4.1 to 4.5.1
This commit is contained in:
Valentin Brandl 2024-03-01 10:50:12 +01:00 committed by GitHub
commit 9d62cd1cac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `anyhow` from 1.0.75 to 1.0.80 ([#710](https://github.com/vbrandl/hoc/pull/710), [#714](https://github.com/vbrandl/hoc/pull/714), [#720](https://github.com/vbrandl/hoc/pull/720), [#737](https://github.com/vbrandl/hoc/pull/737))
- Bump `futures` from 0.3.29 to 0.3.30 ([#711](https://github.com/vbrandl/hoc/pull/711))
- Bump `awc` from 3.2.0 to 3.4.0 ([#712](https://github.com/vbrandl/hoc/pull/712), [#731](https://github.com/vbrandl/hoc/pull/731))
- Bump `actix-web` from 4.4.0 to 4.4.1 ([#713](https://github.com/vbrandl/hoc/pull/713))
- Bump `actix-web` from 4.4.0 to 4.5.1 ([#713](https://github.com/vbrandl/hoc/pull/713), [#739](https://github.com/vbrandl/hoc/pull/739))
- Bump `tempfile` from 3.8.1 to 3.9.0 ([#715](https://github.com/vbrandl/hoc/pull/715))
- Bump `serde_json` from 1.0.108 to 1.0.114 ([#717](https://github.com/vbrandl/hoc/pull/717), [#722](https://github.com/vbrandl/hoc/pull/722), [#727](https://github.com/vbrandl/hoc/pull/727), [#738](https://github.com/vbrandl/hoc/pull/738))
- Bump `vergen` from 8.2.6 to 8.3.1 ([#721](https://github.com/vbrandl/hoc/pull/721), [#730](https://github.com/vbrandl/hoc/pull/730))

4
Cargo.lock generated
View File

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

View File

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