From 54cc0917a792233ad30a692cfd1b4fc0be636afe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:13:45 +0000 Subject: [PATCH] Update dependency rust to v1.98.0 --- .github/workflows/release.yaml | 4 ++-- .github/workflows/style.yaml | 6 +++--- .github/workflows/test.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 46ae1c4..c54308e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -117,7 +117,7 @@ jobs: id: rust_toolchain uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 with: - toolchain: 1.97.1 + toolchain: 1.98.0 targets: ${{ matrix.target }} - name: Install musl-tools on Linux run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools @@ -172,7 +172,7 @@ jobs: id: rust_toolchain uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 with: - toolchain: 1.97.1 + toolchain: 1.98.0 - name: Authorize with crates.io uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1.0.5 id: auth diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index e0da1e6..1962078 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -32,7 +32,7 @@ jobs: - name: Configure Rust uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 with: - toolchain: 1.97.1 + toolchain: 1.98.0 - name: Cache uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: @@ -51,7 +51,7 @@ jobs: - name: Configure Rust uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 with: - toolchain: 1.97.1 + toolchain: 1.98.0 components: clippy - name: Cache uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 @@ -71,7 +71,7 @@ jobs: - name: Configure Rust uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 with: - toolchain: 1.97.1 + toolchain: 1.98.0 components: rustfmt - run: cargo fmt --check diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9e204fc..7f52531 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: id: rust_toolchain uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 with: - toolchain: 1.97.1 + toolchain: 1.98.0 - name: Cache uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: @@ -75,7 +75,7 @@ jobs: id: rust_toolchain uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 with: - toolchain: 1.97.1 + toolchain: 1.98.0 - name: Cache uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: