Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate async-trait to 0.1.80 - autoclosed #63

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
async-trait dependencies patch 0.1.66 -> 0.1.80

Release Notes

dtolnay/async-trait (async-trait)

v0.1.80

Compare Source

v0.1.79

Compare Source

  • Clean up some dead code

v0.1.78

Compare Source

  • Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#​260)

v0.1.77

Compare Source

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

v0.1.76

Compare Source

  • Documentation improvements

v0.1.75

Compare Source

  • Documentation improvements

v0.1.74

Compare Source

  • Documentation improvements

v0.1.73

Compare Source

  • Prevent generated code from triggering ignored_unit_patterns pedantic clippy lint

v0.1.72

Compare Source

  • Documentation improvements

v0.1.71

Compare Source

  • Documentation improvements

v0.1.70

Compare Source

v0.1.69

Compare Source

  • Resolve new diverging_sub_expression clippy lint in generated code

v0.1.68

Compare Source

  • Improve error message if an async fn is written without a function body in an impl block

v0.1.67

Compare Source

  • Update syn dependency to 2.x

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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.67 fix(deps): update rust crate async-trait to 0.1.68 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from d922245 to 79da233 Compare March 24, 2023 20:46
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.68 fix(deps): update rust crate async-trait to 0.1.69 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from 79da233 to 7b7cb19 Compare July 3, 2023 05:15
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.69 fix(deps): update rust crate async-trait to 0.1.70 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from 7b7cb19 to 5220af6 Compare July 4, 2023 18:32
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.70 fix(deps): update rust crate async-trait to 0.1.71 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from 5220af6 to 2674208 Compare July 5, 2023 19:33
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.71 fix(deps): update rust crate async-trait to 0.1.72 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from 2674208 to abb8cbc Compare July 21, 2023 06:01
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.72 fix(deps): update rust crate async-trait to 0.1.73 Aug 12, 2023
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from abb8cbc to 7ea735b Compare August 12, 2023 07:07
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.73 fix(deps): update rust crate async-trait to 0.1.74 Oct 15, 2023
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from 7ea735b to bd59abe Compare October 15, 2023 04:45
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.74 fix(deps): update rust crate async-trait to 0.1.75 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from bd59abe to 0d7a4be Compare December 21, 2023 01:11
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.75 fix(deps): update rust crate async-trait to 0.1.76 Dec 31, 2023
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch 2 times, most recently from 9c293c9 to 169348a Compare January 2, 2024 07:37
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.76 fix(deps): update rust crate async-trait to 0.1.77 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from 169348a to f3e653f Compare March 17, 2024 00:34
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.77 fix(deps): update rust crate async-trait to 0.1.78 Mar 17, 2024
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.78 fix(deps): update rust crate async-trait to 0.1.79 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from f3e653f to 9c3f830 Compare March 24, 2024 04:28
@renovate renovate bot force-pushed the renovate/async-trait-0.x branch from 9c3f830 to d599241 Compare April 11, 2024 22:58
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.79 fix(deps): update rust crate async-trait to 0.1.80 Apr 11, 2024
@renovate renovate bot changed the title fix(deps): update rust crate async-trait to 0.1.80 fix(deps): update rust crate async-trait to 0.1.80 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/async-trait-0.x branch May 5, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants