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.13 to 1.1.1 #1893

Merged
merged 1 commit into from
May 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2023

Bumps enumset from 1.0.13 to 1.1.1.

Changelog

Sourced from enumset's changelog.

Version 1.1.1 (2023-05-08)

  • Fix issue where enumset did not build correctly for no_std programs that did not use alloc. (Thanks @​shamchak808)

Version 1.1.0 (2023-05-08)

  • Removed the previous 128 variant limit, allowing for enumsets that are backed by an array rather than a single integer.
  • Added as_array, from_array, from_slice, and copy_into_slice functions to EnumSet<T>. In addition, *_truncated and try_* versions of all these functions exist.
  • Added a to_vec function that returns the same data as the array/slice based functions. This requires the alloc feature.
  • Added an EnumSet::<T>::EMPTY constant to help with initializing empty sets in constant contexts.
  • Deprecated #[enumset(serialize_as_list)] in favor of #[enumset(serialize_repr = "list")].
  • Deprecated #[enumset(serialize_as_map)] in favor of #[enumset(serialize_repr = "map")].
Commits
  • dbf13f9 Bump version to 1.1.1
  • 3cf06f8 Only test the enumset package in CI.
  • 77d667d Add missing runs-on declaration.
  • 5d9eccd Add a step to the CI to make sure the crate builds properly on #![no_std] pla...
  • 746a137 Merge pull request #43 from shamchak808/bugfix/no-std-breakingchange
  • a197177 extern alloc only when 'alloc' feature is enabled
  • bdd5f5c Whoops, forgot to update README.md
  • 5606fd2 Bump version to 1.1.0
  • 81f3838 Minor code reordering.
  • a2f0ea5 Optimization: Prefer [u64; 2] over u128.
  • 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 [enumset](https://github.com/Lymia/enumset) from 1.0.13 to 1.1.1.
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](Lymia/enumset@v1.0.13...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1893 (173fe9f) into main (72a5fec) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1893      +/-   ##
==========================================
- Coverage   67.52%   67.51%   -0.01%     
==========================================
  Files         125      125              
  Lines       14171    14171              
==========================================
- Hits         9569     9568       -1     
- Misses       4602     4603       +1     

@yihuaf yihuaf merged commit 5f40dea into main May 9, 2023
@dependabot dependabot bot deleted the dependabot/cargo/enumset-1.1.1 branch May 9, 2023 14:44
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.

3 participants