]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: update nom to 5.1.3 8779/head 8780/head
authorJason Ish <jason.ish@oisf.net>
Wed, 26 Apr 2023 20:50:13 +0000 (14:50 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 26 Apr 2023 20:50:13 +0000 (14:50 -0600)
Update nom to 5.1.3 which fixes some future breaking changes in the Rust
compiler.

See https://github.com/rust-bakery/nom/pull/1657 for more info.

rust/Cargo.toml.in

index 231bbc07d23dc4f536b2b3b629318702bc8bec5c..36daa9de87d48145c48fb30fe9690c079f8d8884 100644 (file)
@@ -20,7 +20,7 @@ function-macro = []
 decompression = ["flate2", "brotli"]
 
 [dependencies]
-nom = "= 5.1.1"
+nom = "~ 5.1.3"
 bitflags = "~1.2.1"
 byteorder = "1.3"
 uuid = "0.8"