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

chore(deps): bump async-trait from 0.1.77 to 0.1.87 #5238

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps async-trait from 0.1.77 to 0.1.87.

Release notes

Sourced from async-trait's releases.

0.1.87

  • Documentation improvements

0.1.86

  • Documentation improvements

0.1.85

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

0.1.84

  • Support impl Trait in return type (#282)

0.1.83

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

0.1.82

  • Prevent elided_named_lifetimes lint being produced in generated code (#276)

0.1.81

  • Turn off unneeded features of syn dependency (#272, thanks @​klensy)

0.1.80

  • Fix unreachable code warning for async functions that return ! (#265, thanks @​de-vri-es)

0.1.79

  • Clean up some dead code

0.1.78

  • Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#260)
Commits
  • 32540aa Release 0.1.87
  • 137d14c Resolve mem_replace_with_default clippy lint
  • 45fd82a Ignore elidable_lifetime_names pedantic clippy lint
  • ea2f2a2 Point standard library links to stable
  • 3b78161 Update ui test suite to nightly-2025-02-12
  • 46a70c0 Release 0.1.86
  • 0e43f29 Merge pull request #286 from dtolnay/dyncomp
  • c49cbcb Update 'object safe' -> 'dyn compatible' naming in tests
  • 87316f9 Merge pull request #285 from dtolnay/dyncomp
  • eb69fb3 Delete section on dyn compatibility of default implementations
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.87.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.77...0.1.87)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 6, 2025 14:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2025
@dependabot dependabot bot requested review from jacek-prisma and removed request for a team March 6, 2025 14:11
Copy link

codspeed-hq bot commented Mar 6, 2025

CodSpeed Performance Report

Merging #5238 will not alter performance

Comparing dependabot/cargo/async-trait-0.1.87 (a01c708) with main (ab62ab1)

Summary

✅ 11 untouched benchmarks

Copy link
Contributor

github-actions bot commented Mar 6, 2025

WASM Query Engine file Size

Engine This PR Base branch Diff
Postgres 2.131MiB 2.131MiB 177.000B
Postgres (gzip) 858.203KiB 858.517KiB -322.000B
Mysql 2.094MiB 2.094MiB -8.000B
Mysql (gzip) 843.494KiB 843.372KiB 125.000B
Sqlite 2.004MiB 2.004MiB 15.000B
Sqlite (gzip) 807.719KiB 808.097KiB -387.000B

@aqrln aqrln added this to the 6.5.0 milestone Mar 6, 2025
@aqrln aqrln merged commit feeb98f into main Mar 6, 2025
370 checks passed
@aqrln aqrln deleted the dependabot/cargo/async-trait-0.1.87 branch March 6, 2025 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant