From 8a9c604c033d824542deba76e54aa4e5a5503c53 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 22 Mar 2023 21:13:56 +0000 Subject: [PATCH] update msrv to 1.60 promted by prost 0.11.8 --- .github/workflows/ci.yml | 4 ++-- actix-cors/CHANGES.md | 2 ++ actix-identity/CHANGES.md | 2 +- actix-protobuf/CHANGES.md | 2 +- actix-redis/CHANGES.md | 2 +- actix-session/CHANGES.md | 5 ++--- actix-settings/CHANGES.md | 2 +- actix-web-httpauth/CHANGES.md | 2 +- clippy.toml | 2 +- 9 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb33a2e90..a83b2803d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: target: - { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu } version: - - 1.59 # MSRV + - 1.60 # MSRV - stable name: ${{ matrix.target.name }} / ${{ matrix.version }} @@ -88,7 +88,7 @@ jobs: triple: x86_64-pc-windows-msvc, } version: - - 1.59 # MSRV + - 1.60 # MSRV - stable name: ${{ matrix.target.name }} / ${{ matrix.version }} diff --git a/actix-cors/CHANGES.md b/actix-cors/CHANGES.md index ee61c24c4..31a23cb71 100644 --- a/actix-cors/CHANGES.md +++ b/actix-cors/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased - 2022-xx-xx +- Minimum supported Rust version (MSRV) is now 1.60. + ## 0.6.4 - 2022-10-28 - Add `Cors::allow_private_network_access()` behind an unstable flag (`draft-private-network-access`). [#297] diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index a3706f37c..de5f2d15f 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -3,7 +3,7 @@ ## Unreleased - 2022-xx-xx - Replace use of `anyhow::Error` with specific error types. [#296] -- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. +- Minimum supported Rust version (MSRV) is now 1.60. [#296]: https://github.com/actix/actix-extras/pull/296 diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index b8549593a..66b7326fa 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2022-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.9.0 - 2022-08-24 diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index 1d87755a5..6cda7ae74 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -3,7 +3,7 @@ ## Unreleased - 2022-xx-xx - Update `redis-async` dependency to `0.14`. -- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.12.0 - 2022-07-09 diff --git a/actix-session/CHANGES.md b/actix-session/CHANGES.md index 1973c33c7..fff49b151 100644 --- a/actix-session/CHANGES.md +++ b/actix-session/CHANGES.md @@ -2,10 +2,9 @@ ## Unreleased - 2021-xx-xx -- Set secure attribute when adding a session removal cookie. [#300] +- Set secure attribute when adding a session removal cookie. - Update `redis` dependency to `0.22`. - -[#300]: https://github.com/actix/actix-extras/pull/300 +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.7.2 - 2022-09-11 diff --git a/actix-settings/CHANGES.md b/actix-settings/CHANGES.md index 16f1edfe3..840e8d697 100644 --- a/actix-settings/CHANGES.md +++ b/actix-settings/CHANGES.md @@ -4,7 +4,7 @@ - Rename `AtError => Error`. - Remove `AtResult` type alias. -- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.6.0 - 2022-07-31 diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index 9c8885118..712b74cf4 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2022-xx-xx -- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. +- Minimum supported Rust version (MSRV) is now 1.60. ## 0.8.0 - 2022-07-21 diff --git a/clippy.toml b/clippy.toml index abe19b3a0..13f202e9e 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -msrv = "1.59" +msrv = "1.60"