From 28a92a291b7f37704d699d02243be9bc2bc10275 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 4 Dec 2024 22:47:28 -0800 Subject: [PATCH] Update Rust crate rustc_version to 0.4.1 (#346) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rustc_version](https://redirect.github.com/djc/rustc-version-rs) | dev-dependencies | patch | `0.4.0` -> `0.4.1` | --- ### Release Notes
djc/rustc-version-rs (rustc_version) ### [`v0.4.1`](https://redirect.github.com/djc/rustc-version-rs/releases/tag/v0.4.1): 0.4.1 [Compare Source](https://redirect.github.com/djc/rustc-version-rs/compare/v0.4.0...v0.4.1) #### What's Changed - respect RUSTC_WRAPPER env var by [@​hkBst](https://redirect.github.com/hkBst) in [https://github.com/djc/rustc-version-rs/pull/46](https://redirect.github.com/djc/rustc-version-rs/pull/46) - bump version number: v0.4.1 by [@​RalfJung](https://redirect.github.com/RalfJung) in [https://github.com/djc/rustc-version-rs/pull/48](https://redirect.github.com/djc/rustc-version-rs/pull/48) - Prepare 0.4.1 by [@​djc](https://redirect.github.com/djc) in [https://github.com/djc/rustc-version-rs/pull/49](https://redirect.github.com/djc/rustc-version-rs/pull/49)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- Cargo.lock | 4 ++-- target-spec/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 730c2366a27..3f98ac21cf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3392,9 +3392,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustc_version" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ "semver", ] diff --git a/target-spec/Cargo.toml b/target-spec/Cargo.toml index ecbbe7f8010..f07e791cb6f 100644 --- a/target-spec/Cargo.toml +++ b/target-spec/Cargo.toml @@ -29,7 +29,7 @@ unicode-ident = "1.0.12" guppy-workspace-hack.workspace = true [dev-dependencies] -rustc_version = "0.4.0" +rustc_version = "0.4.1" test-case = "3.3.1" toml = "0.5.11"