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): update enum-primitive-derive requirement from 0.2 to 0.3 #196

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Updates the requirements on enum-primitive-derive to permit the latest version.

Changelog

Sourced from enum-primitive-derive's changelog.

ChangeLog

0.2.2

Changed

  • Switch to using core instead of std for no-std support

0.2.1

Added

  • support TryFrom

0.2.0 (yanked)

Changed

  • Upgrade syn and quote to 1.0
  • add a better diagnostic for the case where a discriminant isn't specified for an enum
  • Move unnecessary num-traits dependency to dev-dependencies
  • Migrate to Rust 2018 edition

0.1.2

Changed

  • drop extern crate core; as core is unused

0.1.1

Added

  • Support for more casts on discriminants

0.1.0

Initial version

Commits
  • d2097b9 (cargo-release) version 0.3.0
  • 09c2d11 Merge branch 'fix-enums-with-the-error-variant' into 'master'
  • 7ca4ea8 Remove the "minimal-versions" for the Cargo.lock generation.
  • 0cc3907 Rename the gitlab ci build job from 1.34 to 1.56
  • b921119 Remove the Cargo.lock from .gitignore.
  • 3515c7b Specify the minimum rust version in the Cargo.toml
  • 83405d6 Bump MSRV to 1.56 and edition = 2021.
  • d2f1612 Fix the bug with the enums having "Error" variant.
  • c18e400 Merge branch 'ImajinDevon-master-patch-67190' into 'master'
  • 3ea1dc7 Update README.md
  • Additional commits viewable 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 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)

Updates the requirements on [enum-primitive-derive](https://gitlab.com/cardoe/enum-primitive-derive) to permit the latest version.
- [Changelog](https://gitlab.com/cardoe/enum-primitive-derive/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cardoe/enum-primitive-derive/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: enum-primitive-derive
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
@dralley dralley merged commit 6d17731 into master Nov 27, 2023
11 checks passed
@dralley dralley deleted the dependabot/cargo/enum-primitive-derive-0.3 branch November 27, 2023 14:04
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.

1 participant