fix(deps): update rust crate async-trait to v0.1.85 #176

Open
renovate-bot wants to merge 1 commit from renovate/async-trait-0.x-lockfile into master
Member

This PR contains the following updates:

Package Type Update Change
async-trait dependencies patch 0.1.82 -> 0.1.85

Release Notes

dtolnay/async-trait (async-trait)

v0.1.85

Compare Source

  • Omit Self: 'async_trait bound in impl when not needed by signature (#​284)

v0.1.84

Compare Source

  • Support impl Trait in return type (#​282)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)

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 | |---|---|---|---| | [async-trait](https://github.com/dtolnay/async-trait) | dependencies | patch | `0.1.82` -> `0.1.85` | --- ### Release Notes <details> <summary>dtolnay/async-trait (async-trait)</summary> ### [`v0.1.85`](https://github.com/dtolnay/async-trait/releases/tag/0.1.85) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.84...0.1.85) - Omit `Self: 'async_trait` bound in impl when not needed by signature ([#&#8203;284](https://github.com/dtolnay/async-trait/issues/284)) ### [`v0.1.84`](https://github.com/dtolnay/async-trait/releases/tag/0.1.84) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.83...0.1.84) - Support `impl Trait` in return type ([#&#8203;282](https://github.com/dtolnay/async-trait/issues/282)) ### [`v0.1.83`](https://github.com/dtolnay/async-trait/releases/tag/0.1.83) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83) - Prevent needless_arbitrary_self_type lint being produced in generated code ([#&#8203;278](https://github.com/dtolnay/async-trait/issues/278)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzkuMTAyLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot added the
renovate-bot
label 2024-09-25 00:06:52 +05:30
renovate-bot added 1 commit 2024-09-25 00:06:52 +05:30
fix(deps): update rust crate async-trait to v0.1.83
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
25a9de4848
renovate-bot changed title from fix(deps): update rust crate async-trait to v0.1.83 to fix(deps): update rust crate async-trait to v0.1.84 2025-01-06 05:19:55 +05:30
renovate-bot force-pushed renovate/async-trait-0.x-lockfile from 25a9de4848 to dba78848df 2025-01-06 05:19:56 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate async-trait to v0.1.84 to fix(deps): update rust crate async-trait to v0.1.85 2025-01-10 22:50:34 +05:30
renovate-bot force-pushed renovate/async-trait-0.x-lockfile from dba78848df to 696d7c4599 2025-01-10 22:50:34 +05:30 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/async-trait-0.x-lockfile:renovate/async-trait-0.x-lockfile
git checkout renovate/async-trait-0.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/async-trait-0.x-lockfile
git checkout renovate/async-trait-0.x-lockfile
git rebase master
git checkout master
git merge --ff-only renovate/async-trait-0.x-lockfile
git checkout renovate/async-trait-0.x-lockfile
git rebase master
git checkout master
git merge --no-ff renovate/async-trait-0.x-lockfile
git checkout master
git merge --squash renovate/async-trait-0.x-lockfile
git checkout master
git merge --ff-only renovate/async-trait-0.x-lockfile
git checkout master
git merge renovate/async-trait-0.x-lockfile
git push origin master
Sign in to join this conversation.
No description provided.