1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 09:18:26 +00:00

build(deps): update http requirement from 0.2.7 to 1.1.0

Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.7...v1.1.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-11 01:08:27 +00:00 committed by GitHub
parent ba7bddeadc
commit 3311a7a2d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ awc = { version = "3", default-features = false }
bytes = "1"
futures-core = { version = "0.3.17", default-features = false }
http = "0.2.7"
http = "1.1.0"
log = "0.4"
socket2 = "0.5"
serde = "1"

View file

@ -88,7 +88,7 @@ bytestring = "1"
derive_more = "0.99.5"
encoding_rs = "0.8"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
http = "0.2.7"
http = "1.1.0"
httparse = "1.5.1"
httpdate = "1.0.1"
itoa = "1"

View file

@ -24,7 +24,7 @@ unicode = ["dep:regex"]
[dependencies]
bytestring = ">=0.1.5, <2"
cfg-if = "1"
http = { version = "0.2.7", optional = true }
http = { version = "1.1.0", optional = true }
regex = { version = "1.5", optional = true }
regex-lite = "0.1"
serde = "1"
@ -32,7 +32,7 @@ tracing = { version = "0.1.30", default-features = false, features = ["log"] }
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
http = "0.2.7"
http = "1.1.0"
serde = { version = "1", features = ["derive"] }
percent-encoding = "2.1"

View file

@ -86,7 +86,7 @@ derive_more = "0.99.5"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.17", default-features = false, features = ["alloc", "sink"] }
h2 = "0.3.24"
http = "0.2.7"
http = "1.1.0"
itoa = "1"
log =" 0.4"
mime = "0.3"