chore(deps): update rust crate trybuild to v1.0.96 #5

Merged
realaravinth merged 1 commit from renovate/trybuild-1.x-lockfile into master 2024-06-08 21:47:22 +05:30
Collaborator

This PR contains the following updates:

Package Type Update Change
trybuild dev-dependencies patch 1.0.85 -> 1.0.96

Release Notes

dtolnay/trybuild (trybuild)

v1.0.96

Compare Source

  • Support Windows builds that have OUT_DIR prefixed with \\?\ (#​271)

v1.0.95

Compare Source

  • Keep long type names in diagnostics so that test output does not vary depending on the length of the absolute filepath of the crate (#​269)

v1.0.94

Compare Source

  • Resolve unexpected_cfgs warning (#​268)

v1.0.93

Compare Source

v1.0.92

Compare Source

  • Update normalization of verbose type paths to accommodate error message changes in rust 1.78 (#​265, thanks @​weiznich)

v1.0.91

Compare Source

v1.0.90

Compare Source

  • Support dotted key syntax in workspace Cargo.toml when using edition={workspace=true} (#​257)

v1.0.89

Compare Source

  • Normalize compiler build date messages (#​254)

v1.0.88

Compare Source

  • Work around dead_code warning false positive (#​253)

v1.0.87

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.86

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [trybuild](https://github.com/dtolnay/trybuild) | dev-dependencies | patch | `1.0.85` -> `1.0.96` | --- ### Release Notes <details> <summary>dtolnay/trybuild (trybuild)</summary> ### [`v1.0.96`](https://github.com/dtolnay/trybuild/releases/tag/1.0.96) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.95...1.0.96) - Support Windows builds that have OUT_DIR prefixed with `\\?\` ([#&#8203;271](https://github.com/dtolnay/trybuild/issues/271)) ### [`v1.0.95`](https://github.com/dtolnay/trybuild/releases/tag/1.0.95) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.94...1.0.95) - Keep long type names in diagnostics so that test output does not vary depending on the length of the absolute filepath of the crate ([#&#8203;269](https://github.com/dtolnay/trybuild/issues/269)) ### [`v1.0.94`](https://github.com/dtolnay/trybuild/releases/tag/1.0.94) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.93...1.0.94) - Resolve unexpected_cfgs warning ([#&#8203;268](https://github.com/dtolnay/trybuild/issues/268)) ### [`v1.0.93`](https://github.com/dtolnay/trybuild/releases/tag/1.0.93) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.92...1.0.93) - Remove dependency on `once_cell` crate ([#&#8203;266](https://github.com/dtolnay/trybuild/issues/266), thanks [@&#8203;taiki-e](https://github.com/taiki-e)) ### [`v1.0.92`](https://github.com/dtolnay/trybuild/releases/tag/1.0.92) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.91...1.0.92) - Update normalization of verbose type paths to accommodate error message changes in rust 1.78 ([#&#8203;265](https://github.com/dtolnay/trybuild/issues/265), thanks [@&#8203;weiznich](https://github.com/weiznich)) ### [`v1.0.91`](https://github.com/dtolnay/trybuild/releases/tag/1.0.91) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.90...1.0.91) - Update required Rust version to 1.70 ([#&#8203;262](https://github.com/dtolnay/trybuild/issues/262), thanks [@&#8203;csnover](https://github.com/csnover)) ### [`v1.0.90`](https://github.com/dtolnay/trybuild/releases/tag/1.0.90) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.89...1.0.90) - Support dotted key syntax in workspace Cargo.toml when using edition={workspace=true} ([#&#8203;257](https://github.com/dtolnay/trybuild/issues/257)) ### [`v1.0.89`](https://github.com/dtolnay/trybuild/releases/tag/1.0.89) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.88...1.0.89) - Normalize compiler build date messages ([#&#8203;254](https://github.com/dtolnay/trybuild/issues/254)) ### [`v1.0.88`](https://github.com/dtolnay/trybuild/releases/tag/1.0.88) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.87...1.0.88) - Work around `dead_code` warning false positive ([#&#8203;253](https://github.com/dtolnay/trybuild/issues/253)) ### [`v1.0.87`](https://github.com/dtolnay/trybuild/releases/tag/1.0.87) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.86...1.0.87) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.86`](https://github.com/dtolnay/trybuild/releases/tag/1.0.86) [Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.85...1.0.86) - Support edition 2024 ([#&#8203;250](https://github.com/dtolnay/trybuild/issues/250), [#&#8203;252](https://github.com/dtolnay/trybuild/issues/252), thanks [@&#8203;mohe2015](https://github.com/mohe2015)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot force-pushed renovate/trybuild-1.x-lockfile from 10e9645935 to f3efcd6926 2024-06-08 20:46:52 +05:30 Compare
realaravinth merged commit e567573b41 into master 2024-06-08 21:47:22 +05:30
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: realaravinth/actix-web-codegen-const-routes#5
No description provided.