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

Bump serenity from 0.11.1 to 0.11.2 #23

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps serenity from 0.11.1 to 0.11.2.

Release notes

Sourced from serenity's releases.

v0.11.2

Thanks to the following for their contributions:

Added

  • [model] Implement Guild Scheduled Events support ([@​mkrasnitski]) [c:e690ccd]
  • [model] Add initial application command permissions v2 support ([@​nickelc]) [c:bca105a]
  • [model] Implement Ord and PartialOrd for Timestamp ([@​tedtramonte]) [c:b1c3a62]
  • [model] Add new enum variant to audit_log::Action to represent unknown values ([@​nickelc]) [c:b2ae872]
  • [model] Add SUPPRESS_EMBEDS flag for interaction response messages ([@​nickelc]) [c:888c37f]
  • [builder] Add function for interaction followup messages to set or unset the ephemeral flag ([@​nickelc]) [c:10d9297]
  • [model] Implement conversion from Guild to PartialGuild ([@​kangalioo]) [c:475fc1f]

Changed

  • [model] Split up a few functions to minimize monomorphization-bloat ([@​elkowar]) [c:39fb310]
  • [misc] Adapt the library to pass the majority of clippy::pedantic lints ([@​GnomedDev]) [c:dc22cf2]
  • [utils] Strip leading "Bot " in parse_token ([@​kangalioo]) [c:0a544c6]
  • [model] Replace feature gated simd-json trait imports with json::prelude::* ([@​nickelc]) [c:3e454cc]
  • [gateway] Improve binary message deserialization time by optimizing convert_ws_message ([@​MelonShooter]) [c:8b2326c]
  • [gateway] Remove duplicate WS client creation for native/rustls backends ([@​nickelc]) [c:be17752]
  • [utils] Use Cow in utils/content_safe.rs to save on allocations ([@​mkrasnitski]) [c:79a3cc8]
  • [misc] Use dashmap 5.2.0 for the MSRV build job ([@​nickelc]) [c:2898af2]
  • [misc] Update simd-json to 0.4.14 ([@​nickelc]) [c:0ba01a7]
  • [model] Optimize guild create & delete event deserialization ([@​nickelc]) [c:47433de]
  • [model] Use AttachmentType::data in EditRole::icon ([@​mkrasnitski]) [c:c3ad0b2]
  • [misc] Deny broken and private intra doc links ([@​nickelc]) [c:56293bb]
  • [misc] Update .git-blame-ignore-revs ([@​nickelc]) [c:75df53e]

Fixed

  • [misc] Fix wrong ID type in doc comment ([@​nickelc]) [c:e1eaeeb]
  • [model] Fix lifetimes on interaction response methods ([@​kangalioo]) [c:dd9d255]
  • [framework] Fix argument parsing when no delimiters are specified ([@​acdenisSK]) [c:628c1ea] [c:889540a]
  • [misc] Fix unused import and deny unused items ([@​nickelc]) [c:b1cc702]
  • [misc] Fix broken links in the readme ([@​nickelc]) [c:fe53b16]

Removed

  • [misc] Remove unnecessary braces in use statement ([@​nickelc]) [c:2f8e2b0]
  • [voice] Remove unused code related to the former voice functionality ([@​nickelc]) [c:97ef906]

... (truncated)

Changelog

Sourced from serenity's changelog.

[0.11.2] - 2022-05-08

Thanks to the following for their contributions:

Added

  • [model] Implement Guild Scheduled Events support ([@​mkrasnitski]) [c:e690ccd]
  • [model] Add initial application command permissions v2 support ([@​nickelc]) [c:bca105a]
  • [model] Implement Ord and PartialOrd for Timestamp ([@​tedtramonte]) [c:b1c3a62]
  • [model] Add new enum variant to audit_log::Action to represent unknown values ([@​nickelc]) [c:b2ae872]
  • [model] Add SUPPRESS_EMBEDS flag for interaction response messages ([@​nickelc]) [c:888c37f]
  • [builder] Add function for interaction followup messages to set or unset the ephemeral flag ([@​nickelc]) [c:10d9297]
  • [model] Implement conversion from Guild to PartialGuild ([@​kangalioo]) [c:475fc1f]

Changed

  • [model] Split up a few functions to minimize monomorphization-bloat ([@​elkowar]) [c:39fb310]
  • [misc] Adapt the library to pass the majority of clippy::pedantic lints ([@​GnomedDev]) [c:dc22cf2]
  • [utils] Strip leading "Bot " in parse_token ([@​kangalioo]) [c:0a544c6]
  • [model] Replace feature gated simd-json trait imports with json::prelude::* ([@​nickelc]) [c:3e454cc]
  • [gateway] Improve binary message deserialization time by optimizing convert_ws_message ([@​MelonShooter]) [c:8b2326c]
  • [gateway] Remove duplicate WS client creation for native/rustls backends ([@​nickelc]) [c:be17752]
  • [utils] Use Cow in utils/content_safe.rs to save on allocations ([@​mkrasnitski]) [c:79a3cc8]
  • [misc] Use dashmap 5.2.0 for the MSRV build job ([@​nickelc]) [c:2898af2]
  • [misc] Update simd-json to 0.4.14 ([@​nickelc]) [c:0ba01a7]
  • [model] Optimize guild create & delete event deserialization ([@​nickelc]) [c:47433de]
  • [model] Use AttachmentType::data in EditRole::icon ([@​mkrasnitski]) [c:c3ad0b2]
  • [misc] Deny broken and private intra doc links ([@​nickelc]) [c:56293bb]
  • [misc] Update .git-blame-ignore-revs ([@​nickelc]) [c:75df53e]

Fixed

  • [misc] Fix wrong ID type in doc comment ([@​nickelc]) [c:e1eaeeb]
  • [model] Fix lifetimes on interaction response methods ([@​kangalioo]) [c:dd9d255]
  • [framework] Fix argument parsing when no delimiters are specified ([@​acdenisSK]) [c:628c1ea] [c:889540a]
  • [misc] Fix unused import and deny unused items ([@​nickelc]) [c:b1cc702]
  • [misc] Fix broken links in the readme ([@​nickelc]) [c:fe53b16]

Removed

  • [misc] Remove unnecessary braces in use statement ([@​nickelc]) [c:2f8e2b0]

... (truncated)

Commits
  • 502fc8d Bump to 0.11.2 (#1898)
  • 39fb310 Split up a few functions to minimize monomorphization-bloat (#1894)
  • dc22cf2 Adapt the library to pass the majority of clippy::pedantic lints (#1886)
  • e690ccd Implement Guild Scheduled Events support (#1884)
  • bca105a Add initial application command permissions v2 support (#1880)
  • 2f8e2b0 Remove unnecessary braces in use statement (#1890)
  • e1eaeeb Fix wrong ID type in doc comment (#1888)
  • 0a544c6 Strip leading "Bot " in parse_token (#1889)
  • 3e454cc Replace feature gated simd-json trait imports with json::prelude::* (#1887)
  • 97ef906 Remove unused code related to the former voice functionality (#1883)
  • 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 [serenity](https://github.com/serenity-rs/serenity) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/serenity-rs/serenity/releases)
- [Changelog](https://github.com/serenity-rs/serenity/blob/current/CHANGELOG.md)
- [Commits](serenity-rs/serenity@v0.11.1...0.11.2)

---
updated-dependencies:
- dependency-name: serenity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 1, 2022
@gokberkkocak
Copy link
Owner

@dependabot merge

@dependabot dependabot bot merged commit 495cfdb into main Jun 7, 2022
@dependabot dependabot bot deleted the dependabot/cargo/serenity-0.11.2 branch June 7, 2022 13:03
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