Update nom requirement from 7.1 to 8.0

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](https://github.com/rust-bakery/nom/compare/7.1.0...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-10 02:35:00 +00:00
committed by GitHub
parent b2ebba865d
commit f6b77756fd

View File

@@ -28,7 +28,7 @@ tokio = { version = "1.35", features = ["time", "rt-multi-thread", "macros", "si
which = "5.0"
# Parsing
nom = "7.1"
nom = "8.0"
regex = "1.10"
# Error handling