Merge pull request #713 from vbrandl/dependabot/cargo/actix-web-4.4.1

Bump actix-web from 4.4.0 to 4.4.1
This commit is contained in:
Valentin Brandl 2023-12-27 13:21:46 +01:00 committed by GitHub
commit d072fd09e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -14,6 +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.76 ([#710](https://github.com/vbrandl/hoc/pull/710)) - Bump `anyhow` from 1.0.75 to 1.0.76 ([#710](https://github.com/vbrandl/hoc/pull/710))
- Bump `futures` from 0.3.29 to 0.3.30 ([#711](https://github.com/vbrandl/hoc/pull/711)) - 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.3.0 ([#712](https://github.com/vbrandl/hoc/pull/712)) - Bump `awc` from 3.2.0 to 3.3.0 ([#712](https://github.com/vbrandl/hoc/pull/712))
- Bump `actix-web` from 4.4.0 to 4.4.1 ([#713](https://github.com/vbrandl/hoc/pull/713))
## [0.36.0] 2023-11-17 ## [0.36.0] 2023-11-17
### Dependencies ### Dependencies

4
Cargo.lock generated
View File

@ -169,9 +169,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-web" name = "actix-web"
version = "4.4.0" version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4a5b5e29603ca8c94a77c65cf874718ceb60292c5a5c3e5f4ace041af462b9" checksum = "e43428f3bf11dee6d166b00ec2df4e3aa8cc1606aaa0b7433c146852e2f4e03b"
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.0" actix-web = "4.4.1"
badgers = "1.2.0" badgers = "1.2.0"
bytes = "1.5.0" bytes = "1.5.0"
config = { version = "0.13.4", features = ["toml"] } config = { version = "0.13.4", features = ["toml"] }