ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
268 stars 28 forks source link

build(cargo): update derive_builder requirement from 0.10 to 0.11 #54

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on derive_builder to permit the latest version.

Release notes

Sourced from derive_builder's releases.

v0.11.1

  • Forward allow and cfg attributes from the deriving struct to the builder and its impl block #222
  • Support passing attributes to the builder struct using #[builder_struct_attr(...)] #241
  • Support passing attributes to the builder struct's inherent impl block using #[builder_impl_attr(...)] #241
Commits
  • 0cc05c1 darling: Bump dependency to 0.12.4
  • ec3c04e Bump version to 0.11.1
  • abc20ba Attribute pass-through for builder struct and impl block
  • faf0dbf Forward allow and cfg attrs to builder
  • f7e6c71 Bump version to 0.11.0
  • f0aebdd Allow specifying arbitrary attributes on the builder struct (#237)
  • f2ffe75 Document FooBuilderError (#238)
  • 97e5c71 Document custom setter (#236)
  • cb8e497 Allow opting out of impl Default (#228)
  • a560de8 Document that the builder struct name can be controlled (#225)
  • Additional commits viewable in compare view


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[bot] commented 2 years ago

Looks like derive_builder is no longer a dependency, so this is no longer needed.