StellaSmith / pervybot-rs

GNU Affero General Public License v3.0
1 stars 1 forks source link

Bump serenity from 0.11.6 to 0.11.7 #64

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Bumps serenity from 0.11.6 to 0.11.7.

Release notes

Sourced from serenity's releases.

v0.11.7

Thanks to the following for their contributions:

Notable changes

  • (#2493) Add MessageComponentInteraction::edit_original_message() for editing the original message of the message component.
  • (#2504) Implement std::str::FromStr for the ID types to allow converting from a string. This does not affect the pre-existing implementation on ChannelId, RoleId, and UserId.
  • (#2506) Add missing set_components() methods on EditInteractionResponse and EditWebhookMessage
  • (#2533) Add additional delete_reaction and delete_reactions methods for deleting reactions to ChannelId, GuildChannel, and Message.
  • (#2562) Bump base64 dependency to 0.21
Changelog

Sourced from serenity's changelog.

[0.11.7] - 2023-10-24

Thanks to the following for their contributions:

Notable changes

  • (#2493) Add MessageComponentInteraction::edit_original_message() for editing the original message of the message component.
  • (#2504) Implement std::str::FromStr for the ID types to allow converting from a string. This does not affect the pre-existing implementation on ChannelId, RoleId, and UserId.
  • (#2506) Add missing set_components() methods on EditInteractionResponse and EditWebhookMessage
  • (#2533) Add additional delete_reaction and delete_reactions methods for deleting reactions to ChannelId, GuildChannel, and Message.
  • (#2562) Bump base64 dependency to 0.21
Commits
  • 45e2599 Bump version
  • 96fe670 Add changelog for v0.11.7 (#2571)
  • c1db909 Bump base64 dependency to 0.21 (#2562)
  • 147bd45 Replace uses of simd-json feature with simd_json (#2566)
  • 1a03dfb Fix function signatures for ChannelId::delete_reactions and `Message::delet...
  • 3251d95 Reverse version bump of async-tungstenite
  • 0c8d320 Simplify implementation of message component edit_original_message helper f...
  • 1503d53 Add additional methods for deleting reactions to ChannelId and Message (#...
  • ab08c9f Fix FromStr impl conflict for role, channel, and user IDs
  • 8b2ae0e Implement FromStr for the ID types (#2504)
  • 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 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)
dependabot[bot] commented 10 months ago

Superseded by #69.