Skip to content

Commit 3f19efb

Browse files
chore(deps): Update Rust Stable to v1.77 (#1006)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://togithub.com/rust-lang/rust) | minor | `1.76` -> `1.77` | --- ### Release Notes <details> <summary>rust-lang/rust (STABLE)</summary> ### [`v1.77`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1772-2024-04-09) [Compare Source](https://togithub.com/rust-lang/rust/compare/1.76.0...1.77.0) \=========================== <a id="1.77.2"></a> - [CVE-2024-24576: fix escaping of Windows batch file arguments in `std::process::Command`](https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * * * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9199127 commit 3f19efb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install Rust
8989
uses: dtolnay/rust-toolchain@stable
9090
with:
91-
toolchain: "1.76" # STABLE
91+
toolchain: "1.77" # STABLE
9292
- uses: Swatinem/rust-cache@v2
9393
- name: Check documentation
9494
env:
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install Rust
104104
uses: dtolnay/rust-toolchain@stable
105105
with:
106-
toolchain: "1.76" # STABLE
106+
toolchain: "1.77" # STABLE
107107
components: rustfmt
108108
- uses: Swatinem/rust-cache@v2
109109
- name: Check formatting
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install Rust
120120
uses: dtolnay/rust-toolchain@stable
121121
with:
122-
toolchain: "1.76" # STABLE
122+
toolchain: "1.77" # STABLE
123123
components: clippy
124124
- uses: Swatinem/rust-cache@v2
125125
- name: Install SARIF tools

0 commit comments

Comments
 (0)