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

chore(deps): bump enumset from 1.0.10 to 1.0.11 in /crates #843

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2022

Bumps enumset from 1.0.10 to 1.0.11.

Changelog

Sourced from enumset's changelog.

Version 1.0.11 (2022-04-12)

  • Added support for explicitly specifying the internal representation of EnumSet<T> using the #[enumset(repr = "...")] annotation. (Thanks @​ahcodedthat)
  • Added new functions for directly converting an EnumSet to and from its internal representation, when it is explicitly specified. (Thanks @​ahcodedthat)
  • Added new from_*_unchecked functions that unsafely convert a value into an EnumSet<T> without checking if only valid bits are set.
Commits
  • e90bc60 Bump version to 1.0.11
  • cdbb8df Minor clarification to documentation for serialize_repr
  • 31f0558 Add from_*_unchecked variants for all data types.
  • 45164a9 Opps, used feature from too new a Rust version.
  • b3ce504 Unify some redundant code between the variant count checks for repr/serialize...
  • b457464 Use rustfmt to ensure consistant style.
  • bc23bdb Add repr option to derive.
  • See full diff 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 [enumset](https://github.com/Lymia/enumset) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/Lymia/enumset/releases)
- [Changelog](https://github.com/Lymia/enumset/blob/master/RELEASES.md)
- [Commits](Lymia/enumset@v1.0.10...v1.0.11)

---
updated-dependencies:
- dependency-name: enumset
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 13, 2022
@Furisto Furisto merged commit 886149f into main Apr 13, 2022
@dependabot dependabot bot deleted the dependabot/cargo/crates/enumset-1.0.11 branch April 13, 2022 18:54
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.

2 participants