diff --git a/actix-http-test/Cargo.toml b/actix-http-test/Cargo.toml index 7ccb70a45..080258818 100644 --- a/actix-http-test/Cargo.toml +++ b/actix-http-test/Cargo.toml @@ -47,7 +47,7 @@ awc = { version = "3", default-features = false } bytes = "1" futures-core = { version = "0.3.17", default-features = false } -http = "0.2.7" +http = "1.2.0" log = "0.4" socket2 = "0.5" serde = "1" diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 3f81ea9f0..c70b48209 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -113,7 +113,7 @@ bytestring = "1" derive_more = { version = "1", features = ["as_ref", "deref", "deref_mut", "display", "error", "from"] } encoding_rs = "0.8" futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] } -http = "0.2.7" +http = "1.2.0" httparse = "1.5.1" httpdate = "1.0.1" itoa = "1" diff --git a/actix-router/Cargo.toml b/actix-router/Cargo.toml index 7def1bdb4..7241377e9 100644 --- a/actix-router/Cargo.toml +++ b/actix-router/Cargo.toml @@ -26,7 +26,7 @@ unicode = ["dep:regex"] [dependencies] bytestring = ">=0.1.5, <2" cfg-if = "1" -http = { version = "0.2.7", optional = true } +http = { version = "1.2.0", optional = true } regex = { version = "1.5", optional = true } regex-lite = "0.1" serde = "1" @@ -34,7 +34,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.2.0" serde = { version = "1", features = ["derive"] } percent-encoding = "2.1" diff --git a/awc/Cargo.toml b/awc/Cargo.toml index c09f32ac8..a61065f1f 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -110,7 +110,7 @@ derive_more = { version = "1", features = ["display", "error", "from"] } 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.26" -http = "0.2.7" +http = "1.2.0" itoa = "1" log =" 0.4" mime = "0.3"