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

build(deps): Bump async-trait from 0.1.42 to 0.1.48 #106

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 29, 2021

Bumps async-trait from 0.1.42 to 0.1.48.

Release notes

Sourced from async-trait's releases.

0.1.48

  • Resolve clippy items_after_statements pedantic lint in generated code (#154)

0.1.47

  • Support for impl Trait in associated types (#152)

0.1.46

  • Fix "mismatched types" error in function bodies that perform unsize coercion (#149)

0.1.45

  • Resolve clippy let_unit_value pedantic lint in generated code (#147)

0.1.44

  • Suppress clippy type_complexity lint on complex type in generated code (#145)

0.1.43

  • Switch implementation to async blocks, which have fewer edge cases (#143, thanks @SergioBenitez)
Commits
  • a4aab7b Release 0.1.48
  • b1d8e1a Merge pull request #155 from dtolnay/items
  • a7a4796 Reduce nesting of items_after_statements workaround
  • 6167641 Avoid items_after_statements lint in generated code
  • b3fdf43 Add regression test for issue 154
  • 926aeb5 Release 0.1.47
  • c03a0c6 Merge pull request #153 from dtolnay/impltrait
  • cc9c90b Support for impl Trait in associated type (type_alias_impl_trait)
  • 9dc0f16 Add regression test for issue 152
  • 6d3cf66 Release 0.1.46
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 29, 2021
@jdrouet
Copy link
Owner

jdrouet commented Mar 29, 2021

@dependabot rebase

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/async-trait-0.1.48 branch from e4bc886 to ea91047 Compare March 29, 2021 07:07
@codecov
Copy link

codecov bot commented Mar 29, 2021

Codecov Report

Merging #106 (ea91047) into main (46d1639) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #106   +/-   ##
=======================================
  Coverage   89.76%   89.76%           
=======================================
  Files          13       13           
  Lines         713      713           
=======================================
  Hits          640      640           
  Misses         73       73           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 46d1639...ea91047. Read the comment docs.

@jdrouet jdrouet merged commit 5d25ee2 into main Mar 29, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/async-trait-0.1.48 branch March 29, 2021 07:40
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.

None yet

1 participant