Skip to content

Bump async-trait from 0.1.24 to 0.1.40 #19

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

Merged
merged 1 commit into from
Sep 19, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2020

Bumps async-trait from 0.1.24 to 0.1.40.

Release notes

Sourced from async-trait's releases.

0.1.40

  • Fix handling of Self keyword inside of function-like macro invocations in a trait method's default impl (#124, thanks @taiki-e)

0.1.39

  • Support default impls of methods on traits when the trait has generic type or const parameter with default value (#123, thanks @tyranron)

0.1.38

  • Suppress trivially_copy_pass_by_ref in generated code (#120)

0.1.37

  • Work around unused_parens warning resulting from rustc bug (#118)

0.1.36

  • Avoid clippy needless_lifetimes lint in generated code (#110)

0.1.35

  • Improve support for impls with elided lifetimes in the impl signature (#107, thanks @taiki-e)

0.1.34

  • Better error reporting on use of associated items behind a Self keyword (#103, thanks @taiki-e)
  • Fix errors involving "`self` value is a keyword only available in methods with `self` parameter" in apparently correct code (#105, thanks @taiki-e)

0.1.33

  • Preserve span of errors involving a Self keyword (#102, thanks @taiki-e)

0.1.32

  • Support applications of Self keyword inside macro invocations in impl blocks (#92, #100, thanks @taiki-e)

0.1.31

  • Documentation improvements

0.1.30

  • Fix failure to parse trait objects with missing dyn keyword in Self type of impl block (#89)
  • Remove support_old_nightly unstable feature

0.1.29

  • Avoid triggering more style lints than would be triggered in ordinary trait impls (#85)
  • Handle Self:: in more syntax positions (#87)

0.1.28

  • Support Self:: segment in pattern position (#81)
  • Support self: &Self longhand method receiver syntax (#83)

0.1.27

  • Support nested macro_rules macros that involve self (#68, thanks @taiki-e)

0.1.26

  • Add #[must_use] to async trait methods (#75)

0.1.25

Commits
  • 6695236 Release 0.1.40
  • 8dcbc53 Merge pull request #124 from taiki-e/self
  • 52b7f31 Fix HasSelf visitor to visit Self keyword inside macro invocations
  • 8288d9d Simplify default erasing
  • 571527c Release 0.1.39
  • 6d67b02 Merge pull request 123 from tyranron/remove-defaults-from-typarams-in-traits
  • eace8dd Upd test case name
  • 4b0b0ed Filter out defaults from trait params when cloning them to inner function def...
  • d68b0ff Provide test case which fails
  • 7e82be9 Release 0.1.38
  • 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 19, 2020
@epwalsh epwalsh merged commit b4e8384 into code Sep 19, 2020
@epwalsh epwalsh deleted the dependabot/cargo/async-trait-0.1.40 branch September 19, 2020 22:50
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