Skip to content

Commit 9ca73d9

Browse files
committed
Auto merge of #4466 - rust-lang:renovate/rust-1.x, r=Turbo87
Update Rust to v1.58.1 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rust](https://github.com/rust-lang/rust) | patch | `1.58.0` -> `1.58.1` | --- ### Release Notes <details> <summary>rust-lang/rust</summary> ### [`v1.58.1`](https://github.com/rust-lang/rust/releases/1.58.1) [Compare Source](https://github.com/rust-lang/rust/compare/1.58.0...1.58.1) - Fix race condition in `std::fs::remove_dir_all` ([CVE-2022-21658]) - [Handle captured arguments in the `useless_format` Clippy lint][clippy/8295] - [Move `non_send_fields_in_send_ty` Clippy lint to nursery][clippy/8075] - [Fix wrong error message displayed when some imports are missing][91254] - [Fix rustfmt not formatting generated files from stdin][92912] [CVE-2022-21658]: https://www.cve.org/CVERecord?id=CVE-2022-21658] [91254]: https://github.com/rust-lang/rust/pull/91254 [92912]: https://github.com/rust-lang/rust/pull/92912 [clippy/8075]: https://github.com/rust-lang/rust-clippy/pull/8075 [clippy/8295]: https://github.com/rust-lang/rust-clippy/pull/8295 </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 82105a9 + c5956a7 commit 9ca73d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
DIESEL_CLI_VERSION: 1.4.1
14-
RUST_VERSION: 1.58.0
14+
RUST_VERSION: 1.58.1
1515

1616
jobs:
1717
frontend:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
CARGO_TARPAULIN_VERSION: 0.19.1
1111
DIESEL_CLI_VERSION: 1.4.1
12-
RUST_VERSION: 1.58.0
12+
RUST_VERSION: 1.58.1
1313

1414
jobs:
1515
coverage:

RustConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=1.58.0
1+
VERSION=1.58.1

0 commit comments

Comments
 (0)