diff --git a/actix-http-test/CHANGES.md b/actix-http-test/CHANGES.md index 4d133e3ec..80d2300a1 100644 --- a/actix-http-test/CHANGES.md +++ b/actix-http-test/CHANGES.md @@ -3,6 +3,7 @@ ## Unreleased - Minimum supported Rust version (MSRV) is now 1.72. +- Update `http` dependency to `1` ## 3.2.0 diff --git a/actix-http-test/Cargo.toml b/actix-http-test/Cargo.toml index 222bc0465..f4e02589a 100644 --- a/actix-http-test/Cargo.toml +++ b/actix-http-test/Cargo.toml @@ -40,7 +40,7 @@ awc = { version = "3", default-features = false } bytes = "1" futures-core = { version = "0.3.17", default-features = false } http = "1" -log = "0.4.7" +log = "0.4" socket2 = "0.5" serde = "1" serde_json = "1" diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 61eeb4beb..67cd1ad98 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -2,6 +2,9 @@ ## Unreleased +- Update `http` dependency to `1`. +- Update `h2` dependency to `0.4.5` + ## 3.7.0 ### Added diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 6305b45c3..5d27b1141 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +- Update `http` dependency to `1` + ## 0.5.3 - Add `unicode` crate feature (on-by-default) to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size. diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 54c5e9869..85566e515 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +- Update `http` dependency to `1` + ## 3.5.0 - Add `rustls-0_23`, `rustls-0_23-webpki-roots`, and `rustls-0_23-native-roots` crate features.