Skip to content

Commit

Permalink
chore(deps): update nom requirement from 7 to 8
Browse files Browse the repository at this point in the history
Updates the requirements on [nom](https://github.com/rust-bakery/nom) to permit the latest version.
- [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md)
- [Commits](rust-bakery/nom@7.0.0...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dralley committed Jan 27, 2025
1 parent 114faee commit e6845b1
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 @@ -34,7 +34,7 @@ path = "tests/signatures.rs"
[dependencies]
bitflags = "2"
thiserror = "2"
nom = "7"
nom = "8"
num-traits = "0.2"
num-derive = "0.4"
num = "0.4"
Expand Down

0 comments on commit e6845b1

Please sign in to comment.