Skip to content

Commit

Permalink
chore(deps): update enum-primitive-derive requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent b6bd811 commit 89e73d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nom = "7"
num-traits = "0.2"
num-derive = "0.4"
num = "0.4"
enum-primitive-derive = "0.2"
enum-primitive-derive = "0.3"
enum-display-derive = "0.1"
cpio = "0.2"
flate2 = "1"
Expand Down

0 comments on commit 89e73d4

Please sign in to comment.