Skip to content

Commit

Permalink
Update num_enum requirement from 0.6.1 to 0.7.0 (#190)
Browse files Browse the repository at this point in the history
Updates the requirements on [num_enum](https://github.com/illicitonion/num_enum) to permit the latest version.
- [Commits](https://github.com/illicitonion/num_enum/commits)

---
updated-dependencies:
- dependency-name: num_enum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 89855be commit 8d9fdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ byteorder = "1"
ordered-float = "3.0.0"
uuid = "1"
chrono = "0.4.26"
num_enum = "0.6.1"
num_enum = "0.7.0"
derive_more = "0.99"

[dev-dependencies]
Expand Down

0 comments on commit 8d9fdd6

Please sign in to comment.