Skip to content

Commit 344aa99

Browse files
build(deps): bump toml from 0.9.6 to 0.9.8 (#608)
* build(deps): bump toml from 0.9.6 to 0.9.8 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.6 to 0.9.8. - [Commits](toml-rs/toml@toml-v0.9.6...toml-v0.9.8) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * bump msrv to 1.82 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuki Okushi <[email protected]>
1 parent 7c9c17c commit 344aa99

File tree

12 files changed

+29
-26
lines changed

12 files changed

+29
-26
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
target:
2323
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
2424
version:
25-
- { name: msrv, version: 1.80.0 }
25+
- { name: msrv, version: 1.82.0 }
2626
- { name: stable, version: stable }
2727

2828
name: ${{ matrix.target.name }} / ${{ matrix.version.name }}
@@ -82,7 +82,7 @@ jobs:
8282
- { name: macOS, os: macos-latest, triple: x86_64-apple-darwin }
8383
- { name: Windows, os: windows-latest, triple: x86_64-pc-windows-msvc }
8484
version:
85-
- { name: msrv, version: 1.80.0 }
85+
- { name: msrv, version: 1.82.0 }
8686
- { name: stable, version: stable }
8787

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

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository = "https://github.com/actix/actix-extras"
1616
homepage = "https://actix.rs"
1717
license = "MIT OR Apache-2.0"
1818
edition = "2021"
19-
rust-version = "1.80"
19+
rust-version = "1.82"
2020

2121
[workspace.lints.rust]
2222
rust-2018-idioms = { level = "deny" }

actix-cors/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.80.
5+
- Minimum supported Rust version (MSRV) is now 1.82.
66

77
## 0.7.1
88

actix-cors/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors)
66
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.7.1)](https://docs.rs/actix-cors/0.7.1)
7-
![Version](https://img.shields.io/badge/rustc-1.80+-ab6000.svg)
7+
![Version](https://img.shields.io/badge/rustc-1.82+-ab6000.svg)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-cors.svg)
99
<br />
1010
[![Dependency Status](https://deps.rs/crate/actix-cors/0.7.1/status.svg)](https://deps.rs/crate/actix-cors/0.7.1)
@@ -69,4 +69,4 @@ async fn main() -> std::io::Result<()> {
6969

7070
- [API Documentation](https://docs.rs/actix-cors)
7171
- [Example Project](https://github.com/actix/examples/tree/master/cors)
72-
- Minimum Supported Rust Version (MSRV): 1.80
72+
- Minimum Supported Rust Version (MSRV): 1.82

actix-identity/CHANGES.md

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

33
## Unreleased
44

5+
- Minimum supported Rust version (MSRV) is now 1.82.
6+
57
## 0.9.0
68

79
- Fix spelling of `config::LogoutBehavior` type.

actix-limitation/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Update `redis` dependency to `0.32`.
66
- Update `actix-session` dependency to `0.11`.
7-
- Minimum supported Rust version (MSRV) is now 1.80.
7+
- Minimum supported Rust version (MSRV) is now 1.82.
88

99
## 0.5.1
1010

actix-protobuf/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Minimum supported Rust version (MSRV) is now 1.80.
5+
- Minimum supported Rust version (MSRV) is now 1.82.
66

77
## 0.11.0
88

actix-session/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- `Session` implementation of `FromRequest` now errors with `Infallible` rather than `actix_web::error::Error`.
6+
- Minimum supported Rust version (MSRV) is now 1.82.
67

78
## 0.11.0
89

actix-settings/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## 0.9.0
66

77
- Update `toml` dependency to `0.9`.
8-
- Minimum supported Rust version (MSRV) is now 1.80.
8+
- Minimum supported Rust version (MSRV) is now 1.82.
99

1010
## 0.8.0
1111

0 commit comments

Comments
 (0)