From 4b5af3606124e8c2b895a6b2f23402a9decace67 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 16 Jan 2021 10:08:11 +0100 Subject: [PATCH] rust: relax nom version to any >=5.1.1 --- rust/Cargo.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 28237ccbcf..5eed36e116 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -19,7 +19,7 @@ debug-validate = [] function-macro = [] [dependencies] -nom = "= 5.1.1" +nom = "~ 5.1.1" bitflags = "1.0" byteorder = "1.3" uuid = "0.8"