From: Jason Ish Date: Wed, 26 Apr 2023 20:50:13 +0000 (-0600) Subject: rust: update nom to 5.1.3 X-Git-Tag: suricata-6.0.12~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8780%2Fhead;p=thirdparty%2Fsuricata.git rust: update nom to 5.1.3 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. --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 231bbc07d2..36daa9de87 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -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"