Skip to content

Commit 2253eae

Browse files
authored
update msrv to 1.56 (#2777)
* update msrv to 1.56 * remove transitive dashmap dependency closes #2747
1 parent 8e76a1c commit 2253eae

File tree

25 files changed

+39
-264
lines changed

25 files changed

+39
-264
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- { name: macOS, os: macos-latest, triple: x86_64-apple-darwin }
1717
- { name: Windows, os: windows-2022, triple: x86_64-pc-windows-msvc }
1818
version:
19-
- 1.54.0 # MSRV
19+
- 1.56.0 # MSRV
2020
- stable
2121

2222
name: ${{ matrix.target.name }} / ${{ matrix.version }}

actix-files/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Add `NamedFile::{modified, metadata, content_type, content_disposition, encoding}()` getters. [#2021]
55
- Update `tokio-uring` dependency to `0.3`.
66
- Audio files now use `Content-Disposition: inline` instead of `attachment`. [#2645]
7+
- Minimum supported Rust version (MSRV) is now 1.56 due to transitive `hashbrown` dependency.
78

89
[#2021]: https://github.com/actix/actix-web/pull/2021
910
[#2645]: https://github.com/actix/actix-web/pull/2645

actix-files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![crates.io](https://img.shields.io/crates/v/actix-files?label=latest)](https://crates.io/crates/actix-files)
66
[![Documentation](https://docs.rs/actix-files/badge.svg?version=0.6.0)](https://docs.rs/actix-files/0.6.0)
7-
[![Version](https://img.shields.io/badge/rustc-1.54+-ab6000.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.54.0.html)
7+
![Version](https://img.shields.io/badge/rustc-1.56+-ab6000.svg)
88
![License](https://img.shields.io/crates/l/actix-files.svg)
99
<br />
1010
[![dependency status](https://deps.rs/crate/actix-files/0.6.0/status.svg)](https://deps.rs/crate/actix-files/0.6.0)

actix-http-test/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
- Minimum supported Rust version (MSRV) is now 1.56 due to transitive `hashbrown` dependency.
45

56

67
## 3.0.0-beta.13 - 2022-02-16

actix-http-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![crates.io](https://img.shields.io/crates/v/actix-http-test?label=latest)](https://crates.io/crates/actix-http-test)
66
[![Documentation](https://docs.rs/actix-http-test/badge.svg?version=3.0.0-beta.13)](https://docs.rs/actix-http-test/3.0.0-beta.13)
7-
[![Version](https://img.shields.io/badge/rustc-1.54+-ab6000.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.54.0.html)
7+
![Version](https://img.shields.io/badge/rustc-1.56+-ab6000.svg)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-http-test)
99
<br>
1010
[![Dependency Status](https://deps.rs/crate/actix-http-test/3.0.0-beta.13/status.svg)](https://deps.rs/crate/actix-http-test/3.0.0-beta.13)

actix-http/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
### Changed
5+
- Minimum supported Rust version (MSRV) is now 1.56 due to transitive `hashbrown` dependency.
46

57

68
## 3.0.4 - 2022-03-09

actix-http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![crates.io](https://img.shields.io/crates/v/actix-http?label=latest)](https://crates.io/crates/actix-http)
66
[![Documentation](https://docs.rs/actix-http/badge.svg?version=3.0.4)](https://docs.rs/actix-http/3.0.4)
7-
[![Version](https://img.shields.io/badge/rustc-1.54+-ab6000.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.54.0.html)
7+
![Version](https://img.shields.io/badge/rustc-1.56+-ab6000.svg)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-http.svg)
99
<br />
1010
[![dependency status](https://deps.rs/crate/actix-http/3.0.4/status.svg)](https://deps.rs/crate/actix-http/3.0.4)

actix-multipart/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
- Minimum supported Rust version (MSRV) is now 1.56 due to transitive `hashbrown` dependency.
45

56

67
## 0.4.0 - 2022-02-25

actix-multipart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![crates.io](https://img.shields.io/crates/v/actix-multipart?label=latest)](https://crates.io/crates/actix-multipart)
66
[![Documentation](https://docs.rs/actix-multipart/badge.svg?version=0.4.0)](https://docs.rs/actix-multipart/0.4.0)
7-
[![Version](https://img.shields.io/badge/rustc-1.54+-ab6000.svg)](https://blog.rust-lang.org/2021/05/06/Rust-1.54.0.html)
7+
![Version](https://img.shields.io/badge/rustc-1.56+-ab6000.svg)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-multipart.svg)
99
<br />
1010
[![dependency status](https://deps.rs/crate/actix-multipart/0.4.0/status.svg)](https://deps.rs/crate/actix-multipart/0.4.0)

actix-router/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
- Minimum supported Rust version (MSRV) is now 1.56 due to transitive `hashbrown` dependency.
45

56

67
## 0.5.0 - 2022-02-22

0 commit comments

Comments
 (0)