]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: lock to nom 5.1.1 5077/head
authorJason Ish <jason.ish@oisf.net>
Tue, 16 Jun 2020 14:04:49 +0000 (08:04 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 16 Jun 2020 14:04:49 +0000 (08:04 -0600)
5.1.2 pulls in dependencies that don't build on Rust 1.34.

rust/Cargo.toml.in

index b49f11e556ea6920473c7dcb7fe48e50cd202f2a..61f4a73ab9ae8ad0df4d065c27a964a10d46fb35 100644 (file)
@@ -18,7 +18,7 @@ debug = []
 debug-validate = []
 
 [dependencies]
-nom = "5.0"
+nom = "= 5.1.1"
 bitflags = "1.0"
 byteorder = "1.3"
 uuid = "0.8"