Skip to content

Commit

Permalink
Update nom requirement from ^7.0 to ^8.0
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 Jan 27, 2025
1 parent 4b41fa8 commit b3101e3
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 @@ -13,7 +13,7 @@ categories = ["network-programming", "database"]

[dependencies]
circular = "^0.3"
nom = "^7.0"
nom = "^8.0"
rpsl = "^0.1"
strum = {version = "^0.26", features = ["derive"]}
thiserror = "^1.0"
Expand Down

0 comments on commit b3101e3

Please sign in to comment.