Skip to content

chore: update delegate requirement from 0.8.0 to 0.9.0 #494

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
Apr 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Updates the requirements on delegate to permit the latest version.

Changelog

Sourced from delegate's changelog.

0.9.0 (16. 1. 2023)

  • Add new #[as_ref] function parameter modifier (#47). Implemented by trueegorletov.

0.8.0 (7. 9. 2022)

  • Allow simple delegation to enum variants (#45). Implemented by gfreezy.

0.7.0 (6. 6. 2022)

  • Add new #[into] attribute for delegated function parameters. If specified, the parameter will be converted using the From trait before being passed as an argument to the called function.
  • Add new #[try_from] attribute to delegated functions. You can use it to convert the delegated expression using the TryFrom trait. You can also use #[try_from(unwrap)] to unwrap the result of the conversion.

0.6.2 (31. 1. 2022)

  • Add new #[await(true/false)] attribute to delegated functions. You can use it to control whether .await will be appended to the delegated expression. It will be generated by default if the delegation method signature is async.

0.6.1 (25. 7. 2021)

  • add support for async functions. The delegated call will now use .await.

0.6.0 (7. 7. 2021)

  • add the option to specify inline expressions that will be used as arguments for the delegated call (kobzol/rust-delegate#34)
  • removed append_args attribute, which is superseded by the mentioned expression in signature support

0.5.2 (16. 6. 2021)

0.5.1 (6. 1. 2021)

0.5.0 (16. 11. 2020)

  • self can now be used as the delegation target
  • Rust 1.46 introduced a change that makes it a bit difficult to use rust-delegate implementations generated by macros. If you have this use case, please use this workaround.
Commits

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)

Updates the requirements on [delegate](https://github.com/kobzol/rust-delegate) to permit the latest version.
- [Release notes](https://github.com/kobzol/rust-delegate/releases)
- [Changelog](https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kobzol/rust-delegate/commits)

---
updated-dependencies:
- dependency-name: delegate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 1, 2023
@molpopgen
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit 7e4a3d0 into main Apr 1, 2023
@dependabot dependabot bot deleted the dependabot/cargo/delegate-0.9.0 branch April 1, 2023 16:14
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant