From 6f42c55fbee16f54b40a2ad1df35b2139ed019d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:48:51 +0000 Subject: [PATCH] chore(deps): update rust crate trybuild to v1.0.98 (#4524) 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 | |---|---|---|---| | [trybuild](https://togithub.com/dtolnay/trybuild) | workspace.dependencies | patch | `1.0.97` -> `1.0.98` | --- ### Release Notes
dtolnay/trybuild (trybuild) ### [`v1.0.98`](https://togithub.com/dtolnay/trybuild/releases/tag/1.0.98) [Compare Source](https://togithub.com/dtolnay/trybuild/compare/1.0.97...1.0.98) - Fix enabling of default features for workspace dependencies ([#​282](https://togithub.com/dtolnay/trybuild/issues/282), thanks [@​gui1117](https://togithub.com/gui1117))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6757016ed296b..b79271df4535e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,7 +937,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -2866,9 +2866,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.97" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b1e5645f2ee8025c2f1d75e1138f2dd034d74e6ba54620f3c569ba2a2a1ea06" +checksum = "b55265878356bdd85c9baa15859c87de93b2bf1f33acf752040a561e4a228f62" dependencies = [ "glob", "serde",