From f26d746c71b821a800d8f7ca44c4985f5d6ca87e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:17:07 +0300 Subject: [PATCH] Update Rust crate linkme to v0.3.27 (#15581) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [linkme](https://togithub.com/dtolnay/linkme) | dependencies | patch | `0.3.17` -> `0.3.27` | --- ### Release Notes
dtolnay/linkme (linkme) ### [`v0.3.27`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.27) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.26...0.3.27) - Add support for OpenBSD ([#​90](https://togithub.com/dtolnay/linkme/issues/90), thanks [@​lcheylus](https://togithub.com/lcheylus)) ### [`v0.3.26`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.26) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.25...0.3.26) - Resolve unexpected_cfgs warning ([#​87](https://togithub.com/dtolnay/linkme/issues/87)) ### [`v0.3.25`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.25) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.24...0.3.25) - Improve error messages precipitated by slice typechecking ([#​84](https://togithub.com/dtolnay/linkme/issues/84), thanks [@​CAD97](https://togithub.com/CAD97)) ### [`v0.3.24`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.24) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.23...0.3.24) - Fix soundness bug in which coercion can bypass distributed slice typecheck ([#​83](https://togithub.com/dtolnay/linkme/issues/83), thanks [@​CAD97](https://togithub.com/CAD97)) ### [`v0.3.23`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.23) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.22...0.3.23) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v0.3.22`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.22) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.21...0.3.22) - Add support for mipsel-sony-psp target ([#​80](https://togithub.com/dtolnay/linkme/issues/80), thanks [@​SK83RJOSH](https://togithub.com/SK83RJOSH)) ### [`v0.3.21`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.21) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.20...0.3.21) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v0.3.20`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.20) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.19...0.3.20) - Support `deny(unsafe_op_in_unsafe_fn)` and 2024 edition ### [`v0.3.19`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.19) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.18...0.3.19) - Avoid a new pedantic clippy lint from being triggered inside code generated by `distributed_slice` ### [`v0.3.18`](https://togithub.com/dtolnay/linkme/releases/tag/0.3.18) [Compare Source](https://togithub.com/dtolnay/linkme/compare/0.3.17...0.3.18) - Documentation improvements ([#​76](https://togithub.com/dtolnay/linkme/issues/76), [#​77](https://togithub.com/dtolnay/linkme/issues/77), thanks [@​stepancheg](https://togithub.com/stepancheg))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - 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. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 484592ee60..933a785636 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6254,18 +6254,18 @@ dependencies = [ [[package]] name = "linkme" -version = "0.3.17" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608" +checksum = "ccb76662d78edc9f9bf56360d6919bdacc8b7761227727e5082f128eeb90bbf5" dependencies = [ "linkme-impl", ] [[package]] name = "linkme-impl" -version = "0.3.17" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396" +checksum = "f8dccda732e04fa3baf2e17cf835bfe2601c7c2edafd64417c627dabae3a8cda" dependencies = [ "proc-macro2", "quote",