Skip to content

Commit 75a759a

Browse files
Update nom requirement from 7.0 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](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>
1 parent 2f4478c commit 75a759a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Cargo.lock

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include = [
2525

2626
[dependencies]
2727
asn1-rs = "0.7"
28-
nom = "7.1"
28+
nom = "8.0"
2929
rusticata-macros = "4.0"
3030
thiserror = "2.0"
3131

0 commit comments

Comments
 (0)