Skip to content

Commit 63073aa

Browse files
chore(deps): Update Rust Stable to v1.77 (#27)
[![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/rust-cli/termtree). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 199382c commit 63073aa

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
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install Rust
8787
uses: dtolnay/rust-toolchain@stable
8888
with:
89-
toolchain: "1.76" # STABLE
89+
toolchain: "1.77" # STABLE
9090
- uses: Swatinem/rust-cache@v2
9191
- name: Check documentation
9292
env:
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Rust
102102
uses: dtolnay/rust-toolchain@stable
103103
with:
104-
toolchain: "1.76" # STABLE
104+
toolchain: "1.77" # STABLE
105105
components: rustfmt
106106
- uses: Swatinem/rust-cache@v2
107107
- name: Check formatting
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install Rust
118118
uses: dtolnay/rust-toolchain@stable
119119
with:
120-
toolchain: "1.76" # STABLE
120+
toolchain: "1.77" # STABLE
121121
components: clippy
122122
- uses: Swatinem/rust-cache@v2
123123
- name: Install SARIF tools

0 commit comments

Comments
 (0)