From 17170c41aabbb187503470ca03b35d55e888de50 Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Wed, 1 Sep 2021 16:38:51 +0200 Subject: [PATCH] rust: add nom7 dependency --- rust/Cargo.toml.in | 1 + 1 file changed, 1 insertion(+) 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"