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 the all group across 1 directory with 8 updates #142

Merged
merged 2 commits into from
Aug 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2024

Bumps the all group with 8 updates in the /local-registry directory:

Package From To
bit-set 0.6.0 0.8.0
bstr 1.9.1 1.10.0
enumset 1.1.3 1.1.5
flagset 0.4.5 0.4.6
indexmap 2.2.6 2.3.0
num_enum 0.7.2 0.7.3
thiserror 1.0.61 1.0.63
uuid 1.9.1 1.10.0

Updates bit-set from 0.6.0 to 0.8.0

Changelog

Sourced from bit-set's changelog.

Version 0.7.0 (not yet released) (ZERO BREAKING CHANGES)

  • serde::Serialize, Deserialize is derived under the serde optional feature
  • impl Display is implemented
  • impl Debug has different output (we do not promise stable Debug output)
  • fn truncate is implemented
  • fn get_mut is implemented
Commits

Updates bstr from 1.9.1 to 1.10.0

Commits

Updates enumset from 1.1.3 to 1.1.5

Changelog

Sourced from enumset's changelog.

Version 1.1.5 (2024-07-22)

  • Add support for using EnumSet<T> values in the enum_set! macro.
  • Added new enum_set_union!, enum_set_intersection!, enum_set_difference!, enum_set_complement! and enum_set_symmetric_difference! macros for doing EnumSet operations at compile time.

Version 1.1.4 (2024-07-22)

  • The empty, all, bit_width, and variant_count functions of EnumSet<T> are now const.
  • The EMPTY and ALL consts of EnumSet<T> are deprecated in favor of the empty and all functions.
  • The std feature flag has been deprecated in favor of the new const-proc-macro feature flag. The feature flag was never used for any std-specific functionality beyond that crate.
  • Minimum required Rust version is now 1.61+, due to updates in dependencies and to allow additional functions to be const.
  • Minimum required Rust version when the std or const-proc-macro feature flags are enabled is now 1.69+.
  • Minor fixes to documentation. (Thanks @​xnuk)
Commits
  • 6a9a676 Bump version to 1.1.5
  • 0e949ba Implement macros for compile-time enumset operations.
  • cf68ea9 Add support for the use of other enum sets in the enum_set! macro. (Closes #49)
  • f73ef60 Whoops. Fix documentation for cargo features.
  • b2d859d Fix CI script more. (Candidate v1.1.4 release)
  • a24b0f6 Fix warnings revealed by CI. (Candidate v1.1.4 release)
  • 3921582 Bump version to 1.1.4
  • fdb5f2e Bless new test results.
  • fa62127 Make functions that can be const as of 1.61, const. (Fixes #45)
  • 11a2482 Add a deprecation warning for the std feature.
  • Additional commits viewable in compare view

Updates flagset from 0.4.5 to 0.4.6

Commits

Updates indexmap from 2.2.6 to 2.3.0

Changelog

Sourced from indexmap's changelog.

2.3.0

  • Added trait MutableEntryKey for opt-in mutable access to map entry keys.
  • Added method MutableKeys::iter_mut2 for opt-in mutable iteration of map keys and values.
Commits
  • 22c0b4e Merge pull request #335 from epage/mut
  • 39f7cc0 Release 2.3.0
  • 6049d51 feat(map): Add MutableKeys::iter_mut2
  • 65c3c46 feat(map): Add MutableEntryKey
  • 7f7d39f Merge pull request #332 from waywardmonkeys/missing-indentation-in-doc-comment
  • 8222a59 Fix missing indentation in doc comment.
  • 1a71dde Merge pull request #327 from waywardmonkeys/dep-update-dev-dep-itertools
  • ac2a8a5 deps(dev): Update itertools
  • See full diff in compare view

Updates num_enum from 0.7.2 to 0.7.3

Commits

Updates thiserror from 1.0.61 to 1.0.63

Release notes

Sourced from thiserror's releases.

1.0.63

  • Documentation improvements

1.0.62

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309)
Commits
  • 915c75e Release 1.0.63
  • 3d5ec25 Merge pull request #312 from dtolnay/backtracedoc
  • de8a1e5 Update documentation of #[from] and #[backtrace] attributes
  • 0bf6e3d Release 1.0.62
  • 4977932 Merge pull request #310 from dtolnay/nestedtuple
  • 40a7779 Support .0.0 nested tuple index
  • f1ca210 Add regression test for issue 309
  • 479744e No need for dead code if struct fields are public
  • 4db08b1 Ignore warning on unused struct in test
  • f2824ae Fill in ignore reasons in all #[ignore] attributes
  • See full diff in compare view

Updates uuid from 1.9.1 to 1.10.0

Release notes

Sourced from uuid's releases.

1.10.0

Deprecations

This release deprecates and renames the following functions:

  • Builder::from_rfc4122_timestamp -> Builder::from_gregorian_timestamp
  • Builder::from_sorted_rfc4122_timestamp -> Builder::from_sorted_gregorian_timestamp
  • Timestamp::from_rfc4122 -> Timestamp::from_gregorian
  • Timestamp::to_rfc4122 -> Timestamp::to_gregorian

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.9.1...1.10.0

Commits
  • 4b4c590 Merge pull request #766 from uuid-rs/cargo/1.10.0
  • 68eff32 Merge pull request #765 from uuid-rs/chore/time-fn-deprecations
  • 3d5384d update docs and deprecation messages for timestamp fns
  • de50f20 renaming rfc4122 functions
  • 4a88417 prepare for 1.10.0 release
  • 66b4fce Merge pull request #764 from Vrajs16/main
  • 8896e26 Use expr instead of ident
  • 09973d6 Added changes
  • 6edf3e8 Use const identifer in uuid macro
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 8 updates in the /local-registry directory:

| Package | From | To |
| --- | --- | --- |
| [bit-set](https://github.com/contain-rs/bit-set) | `0.6.0` | `0.8.0` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.9.1` | `1.10.0` |
| [enumset](https://github.com/Lymia/enumset) | `1.1.3` | `1.1.5` |
| [flagset](https://github.com/enarx/flagset) | `0.4.5` | `0.4.6` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.6` | `2.3.0` |
| [num_enum](https://github.com/illicitonion/num_enum) | `0.7.2` | `0.7.3` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.63` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.9.1` | `1.10.0` |



Updates `bit-set` from 0.6.0 to 0.8.0
- [Release notes](https://github.com/contain-rs/bit-set/releases)
- [Changelog](https://github.com/contain-rs/bit-set/blob/master/RELEASES.md)
- [Commits](https://github.com/contain-rs/bit-set/commits)

Updates `bstr` from 1.9.1 to 1.10.0
- [Commits](BurntSushi/bstr@1.9.1...1.10.0)

Updates `enumset` from 1.1.3 to 1.1.5
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](Lymia/enumset@v1.1.3...v1.1.5)

Updates `flagset` from 0.4.5 to 0.4.6
- [Commits](enarx/flagset@v0.4.5...v0.4.6)

Updates `indexmap` from 2.2.6 to 2.3.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.2.6...2.3.0)

Updates `num_enum` from 0.7.2 to 0.7.3
- [Commits](illicitonion/num_enum@0.7.2...0.7.3)

Updates `thiserror` from 1.0.61 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...1.0.63)

Updates `uuid` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.9.1...1.10.0)

---
updated-dependencies:
- dependency-name: bit-set
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: enumset
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: flagset
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: num_enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 3, 2024 08:45
@dependabot dependabot bot added the x:rep/tiny Tiny amount of reputation label Aug 3, 2024
@senekor senekor merged commit 4756226 into main Aug 3, 2024
1 check passed
@senekor senekor deleted the dependabot/cargo/local-registry/all-b78a654dce branch August 3, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:rep/tiny Tiny amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants