From: Victor Julien Date: Sat, 16 Jan 2021 09:08:11 +0000 (+0100) Subject: rust: relax nom version to any >=5.1.1 X-Git-Tag: suricata-7.0.0-beta1~1833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5af3606124e8c2b895a6b2f23402a9decace67;p=thirdparty%2Fsuricata.git rust: relax nom version to any >=5.1.1 --- 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"