Skip to content

Commit 698052e

Browse files
committed
rust: add nom8 as a dependency
For the update from nom 7 to nom 8.
1 parent 232f057 commit 698052e

2 files changed

Lines changed: 27 additions & 16 deletions

File tree

rust/Cargo.lock.in

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

rust/Cargo.toml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ja4 = []
3838

3939
[dependencies]
4040
nom7 = { version="7.1", package="nom" }
41+
nom8 = { version="8.0", package="nom" }
4142
bitflags = "~1.3.2"
4243
byteorder = "~1.4.3"
4344
uuid = "~0.8.2"

0 commit comments

Comments
 (0)