From: Jason Ish Date: Tue, 16 Jun 2020 14:04:49 +0000 (-0600) Subject: rust: lock to nom 5.1.1 X-Git-Tag: suricata-6.0.0-beta1~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639f3d265edad49a82a85bb2f250b26b95cdfb4c;p=thirdparty%2Fsuricata.git rust: lock to nom 5.1.1 5.1.2 pulls in dependencies that don't build on Rust 1.34. --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index b49f11e556..61f4a73ab9 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -18,7 +18,7 @@ debug = [] debug-validate = [] [dependencies] -nom = "5.0" +nom = "= 5.1.1" bitflags = "1.0" byteorder = "1.3" uuid = "0.8"