From: Pierre Chifflier Date: Wed, 1 Sep 2021 14:38:51 +0000 (+0200) Subject: rust: add nom7 dependency X-Git-Tag: suricata-7.0.0-beta1~1273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17170c41aabbb187503470ca03b35d55e888de50;p=thirdparty%2Fsuricata.git rust: add nom7 dependency --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 60feabb1d8..2f873e7a1a 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -24,6 +24,7 @@ function-macro = [] [dependencies] nom = "~5.1.2" +nom7 = { version="7.0", package="nom" } bitflags = "~1.2.1" byteorder = "~1.4.2" uuid = "~0.8.2"