diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ee12ebab..a328c74d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
- { name: macOS, os: macos-latest, triple: x86_64-apple-darwin }
- { name: Windows, os: windows-latest, triple: x86_64-pc-windows-msvc }
version:
- - { name: msrv, version: 1.70.0 }
+ - { name: msrv, version: 1.72.0 }
- { name: stable, version: stable }
name: ${{ matrix.target.name }} / ${{ matrix.version.name }}
diff --git a/Cargo.toml b/Cargo.toml
index f90cdbea..9efeda4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ members = [
[workspace.package]
license = "MIT OR Apache-2.0"
edition = "2021"
-rust-version = "1.70"
+rust-version = "1.72"
[profile.dev]
# Disabling debug info speeds up builds a bunch and we don't rely on it for debugging that much.
diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md
index 0099dcf3..393e7b61 100644
--- a/actix-files/CHANGES.md
+++ b/actix-files/CHANGES.md
@@ -2,7 +2,7 @@
## Unreleased
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 0.6.5
diff --git a/actix-files/README.md b/actix-files/README.md
index 1f05be18..a6b3f63c 100644
--- a/actix-files/README.md
+++ b/actix-files/README.md
@@ -4,7 +4,7 @@
[](https://crates.io/crates/actix-files)
[](https://docs.rs/actix-files/0.6.5)
-
+

[](https://deps.rs/crate/actix-files/0.6.5)
diff --git a/actix-http-test/CHANGES.md b/actix-http-test/CHANGES.md
index b9b2d9d1..4d133e3e 100644
--- a/actix-http-test/CHANGES.md
+++ b/actix-http-test/CHANGES.md
@@ -2,7 +2,7 @@
## Unreleased
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 3.2.0
diff --git a/actix-http-test/README.md b/actix-http-test/README.md
index 6639874d..ee242d1d 100644
--- a/actix-http-test/README.md
+++ b/actix-http-test/README.md
@@ -6,7 +6,7 @@
[](https://crates.io/crates/actix-http-test)
[](https://docs.rs/actix-http-test/3.2.0)
-
+

[](https://deps.rs/crate/actix-http-test/3.2.0)
diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md
index a50bb906..fddd1c2c 100644
--- a/actix-http/CHANGES.md
+++ b/actix-http/CHANGES.md
@@ -4,7 +4,7 @@
### Changed
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 3.6.0
diff --git a/actix-http/README.md b/actix-http/README.md
index 4f10ba24..3881b805 100644
--- a/actix-http/README.md
+++ b/actix-http/README.md
@@ -6,7 +6,7 @@
[](https://crates.io/crates/actix-http)
[](https://docs.rs/actix-http/3.6.0)
-
+

[](https://deps.rs/crate/actix-http/3.6.0)
diff --git a/actix-multipart-derive/CHANGES.md b/actix-multipart-derive/CHANGES.md
index 23dd4f2d..1b44ba4b 100644
--- a/actix-multipart-derive/CHANGES.md
+++ b/actix-multipart-derive/CHANGES.md
@@ -2,7 +2,7 @@
## Unreleased
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 0.6.1
diff --git a/actix-multipart-derive/README.md b/actix-multipart-derive/README.md
index 6845e9df..ec0afffd 100644
--- a/actix-multipart-derive/README.md
+++ b/actix-multipart-derive/README.md
@@ -6,7 +6,7 @@
[](https://crates.io/crates/actix-multipart-derive)
[](https://docs.rs/actix-multipart-derive/0.6.1)
-
+

[](https://deps.rs/crate/actix-multipart-derive/0.6.1)
diff --git a/actix-multipart-derive/tests/trybuild.rs b/actix-multipart-derive/tests/trybuild.rs
index b196868a..6b25d78d 100644
--- a/actix-multipart-derive/tests/trybuild.rs
+++ b/actix-multipart-derive/tests/trybuild.rs
@@ -1,4 +1,4 @@
-#[rustversion::stable(1.70)] // MSRV
+#[rustversion::stable(1.72)] // MSRV
#[test]
fn compile_macros() {
let t = trybuild::TestCases::new();
diff --git a/actix-multipart/CHANGES.md b/actix-multipart/CHANGES.md
index 214f899e..adf37044 100644
--- a/actix-multipart/CHANGES.md
+++ b/actix-multipart/CHANGES.md
@@ -2,7 +2,7 @@
## Unreleased
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 0.6.1
diff --git a/actix-multipart/README.md b/actix-multipart/README.md
index 15a70175..56723bd6 100644
--- a/actix-multipart/README.md
+++ b/actix-multipart/README.md
@@ -6,7 +6,7 @@
[](https://crates.io/crates/actix-multipart)
[](https://docs.rs/actix-multipart/0.6.1)
-
+

[](https://deps.rs/crate/actix-multipart/0.6.1)
diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md
index 4d77988d..a80b15e6 100644
--- a/actix-router/CHANGES.md
+++ b/actix-router/CHANGES.md
@@ -2,7 +2,7 @@
## Unreleased
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 0.5.2
diff --git a/actix-router/README.md b/actix-router/README.md
index 506b6501..751c307b 100644
--- a/actix-router/README.md
+++ b/actix-router/README.md
@@ -4,7 +4,7 @@
[](https://crates.io/crates/actix-router)
[](https://docs.rs/actix-router/0.5.2)
-
+

[](https://deps.rs/crate/actix-router/0.5.2)
diff --git a/actix-test/CHANGES.md b/actix-test/CHANGES.md
index 99bb21ed..08252044 100644
--- a/actix-test/CHANGES.md
+++ b/actix-test/CHANGES.md
@@ -2,7 +2,7 @@
## Unreleased
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 0.1.3
diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md
index c146841f..9a622d8d 100644
--- a/actix-web-actors/CHANGES.md
+++ b/actix-web-actors/CHANGES.md
@@ -2,7 +2,7 @@
## Unreleased
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 4.3.0
diff --git a/actix-web-actors/README.md b/actix-web-actors/README.md
index 202d7d4c..feb3d1b3 100644
--- a/actix-web-actors/README.md
+++ b/actix-web-actors/README.md
@@ -6,7 +6,7 @@
[](https://crates.io/crates/actix-web-actors)
[](https://docs.rs/actix-web-actors/4.3.0)
-
+

[](https://deps.rs/crate/actix-web-actors/4.3.0)
diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md
index ecab6e09..a5acdd21 100644
--- a/actix-web-codegen/CHANGES.md
+++ b/actix-web-codegen/CHANGES.md
@@ -2,7 +2,7 @@
## Unreleased
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 4.2.2
diff --git a/actix-web-codegen/README.md b/actix-web-codegen/README.md
index bd79f9af..9229f8f1 100644
--- a/actix-web-codegen/README.md
+++ b/actix-web-codegen/README.md
@@ -6,7 +6,7 @@
[](https://crates.io/crates/actix-web-codegen)
[](https://docs.rs/actix-web-codegen/4.2.2)
-
+

[](https://deps.rs/crate/actix-web-codegen/4.2.2)
diff --git a/actix-web-codegen/tests/trybuild.rs b/actix-web-codegen/tests/trybuild.rs
index 13b0359f..88f77548 100644
--- a/actix-web-codegen/tests/trybuild.rs
+++ b/actix-web-codegen/tests/trybuild.rs
@@ -1,4 +1,4 @@
-#[rustversion::stable(1.70)] // MSRV
+#[rustversion::stable(1.72)] // MSRV
#[test]
fn compile_macros() {
let t = trybuild::TestCases::new();
diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md
index d296e334..88215293 100644
--- a/actix-web/CHANGES.md
+++ b/actix-web/CHANGES.md
@@ -4,7 +4,7 @@
### Changed
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 4.5.1
diff --git a/actix-web/README.md b/actix-web/README.md
index 613f7e04..35e07fc0 100644
--- a/actix-web/README.md
+++ b/actix-web/README.md
@@ -9,7 +9,7 @@
[](https://crates.io/crates/actix-web)
[](https://docs.rs/actix-web/4.5.1)
-
+

[](https://deps.rs/crate/actix-web/4.5.1)
@@ -37,7 +37,7 @@
- SSL support using OpenSSL or Rustls
- Middlewares ([Logger, Session, CORS, etc](https://actix.rs/docs/middleware/))
- Integrates with the [`awc` HTTP client](https://docs.rs/awc/)
-- Runs on stable Rust 1.70+
+- Runs on stable Rust 1.72+
## Documentation
diff --git a/awc/CHANGES.md b/awc/CHANGES.md
index 769f896a..507c8a08 100644
--- a/awc/CHANGES.md
+++ b/awc/CHANGES.md
@@ -2,7 +2,7 @@
## Unreleased
-- Minimum supported Rust version (MSRV) is now 1.70.
+- Minimum supported Rust version (MSRV) is now 1.72.
## 3.4.0