1 Commits

Author SHA1 Message Date
dependabot[bot]
f6b77756fd 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>
2025-11-10 02:35:00 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: false

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