From: Philippe Antoine Date: Sat, 14 Oct 2023 14:12:28 +0000 (+0530) Subject: rust: tilde version for byteorder X-Git-Tag: suricata-6.0.15~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9621%2Fhead;p=thirdparty%2Fsuricata.git rust: tilde version for byteorder so that we get one compatible with MSRV --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 62b3e7fedc..2f9a7aa59f 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -22,7 +22,7 @@ decompression = ["flate2", "brotli"] [dependencies] nom = "~ 5.1.3" bitflags = "~1.2.1" -byteorder = "1.3" +byteorder = "~1.3" uuid = "0.8" crc = "1.8" memchr = "~ 2.3"