chore(deps): Update dependency STABLE to v1.82.0

This commit is contained in:
renovate[bot] 2024-11-01 02:16:40 +00:00 committed by GitHub
parent e903c46287
commit 1c7775d62b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.81.0" # STABLE
toolchain: "1.82.0" # STABLE
- uses: Swatinem/rust-cache@v2
- name: Check documentation
env:
@ -103,7 +103,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.81.0" # STABLE
toolchain: "1.82.0" # STABLE
components: rustfmt
- uses: Swatinem/rust-cache@v2
- name: Check formatting
@ -119,7 +119,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.81.0" # STABLE
toolchain: "1.82.0" # STABLE
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Install SARIF tools