Skip to content

Commit c2966f5

Browse files
chore(deps): Update Rust Stable to v1.77 (#87)
[![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/gitext-rs/git-fixture). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bc9ddd commit c2966f5

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
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install Rust
9191
uses: dtolnay/rust-toolchain@stable
9292
with:
93-
toolchain: "1.76" # STABLE
93+
toolchain: "1.77" # STABLE
9494
- uses: Swatinem/rust-cache@v2
9595
- name: Check documentation
9696
env:
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install Rust
106106
uses: dtolnay/rust-toolchain@stable
107107
with:
108-
toolchain: "1.76" # STABLE
108+
toolchain: "1.77" # STABLE
109109
components: rustfmt
110110
- uses: Swatinem/rust-cache@v2
111111
- name: Check formatting
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Rust
122122
uses: dtolnay/rust-toolchain@stable
123123
with:
124-
toolchain: "1.76" # STABLE
124+
toolchain: "1.77" # STABLE
125125
components: clippy
126126
- uses: Swatinem/rust-cache@v2
127127
- name: Install SARIF tools

0 commit comments

Comments
 (0)