Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot] e22bca03d5
build(deps): bump syn from 2.0.104 to 2.0.106 (#714)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.104 to 2.0.106.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.104...2.0.106)

---
updated-dependencies:
- dependency-name: syn
  dependency-version: 2.0.106
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-22 06:11:14 +00:00
dependabot[bot] 19ab9cc97a
build(deps): bump taiki-e/install-action from 2.58.9 to 2.58.17 (#715)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.9 to 2.58.17.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/install-action/compare/v2.58.9...v2.58.17)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.58.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-22 06:00:47 +00:00
Yuki Okushi 1ea0f773b6
chore: Bump up MSRV to 1.80 (#716) 2025-08-22 11:53:32 +09:00
17 changed files with 20 additions and 20 deletions

View File

@ -64,7 +64,7 @@ jobs:
toolchain: ${{ matrix.version }}
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.58.9
uses: taiki-e/install-action@v2.58.17
with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
@ -121,7 +121,7 @@ jobs:
toolchain: nightly
- name: Install cargo-hack & cargo-minimal-versions
uses: taiki-e/install-action@v2.58.9
uses: taiki-e/install-action@v2.58.17
with:
tool: cargo-hack,cargo-minimal-versions

View File

@ -73,7 +73,7 @@ jobs:
toolchain: ${{ matrix.version.version }}
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.58.9
uses: taiki-e/install-action@v2.58.17
with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
@ -125,7 +125,7 @@ jobs:
toolchain: nightly
- name: Install just
uses: taiki-e/install-action@v2.58.9
uses: taiki-e/install-action@v2.58.17
with:
tool: just

View File

@ -23,7 +23,7 @@ jobs:
components: llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.58.9
uses: taiki-e/install-action@v2.58.17
with:
tool: cargo-llvm-cov

View File

@ -56,7 +56,7 @@ jobs:
toolchain: ${{ vars.RUST_VERSION_EXTERNAL_TYPES }}
- name: Install just
uses: taiki-e/install-action@v2.58.9
uses: taiki-e/install-action@v2.58.17
with:
tool: just

4
Cargo.lock generated
View File

@ -2002,9 +2002,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
version = "2.0.104"
version = "2.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
dependencies = [
"proc-macro2",
"quote",

View File

@ -17,7 +17,7 @@ members = [
[workspace.package]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.74"
rust-version = "1.80"
[patch.crates-io]
actix-codec = { path = "actix-codec" }

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 0.5.2

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 0.2.4

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 2.10.0

View File

@ -5,7 +5,7 @@
## 2.6.0
- Add `ServerBuilder::shutdown_signal()` method.
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 2.5.1

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 2.0.3

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 3.4.0

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 0.1.0

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 3.0.1

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 1.4.0

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 0.1.5

View File

@ -2,7 +2,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
- Minimum supported Rust version (MSRV) is now 1.80.
## 0.1.4