]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: tilde version for byteorder 9615/head 9621/head
authorPhilippe Antoine <contact@catenacyber.fr>
Sat, 14 Oct 2023 14:12:28 +0000 (19:42 +0530)
committerShivani Bhardwaj <shivanib134@gmail.com>
Sat, 14 Oct 2023 14:13:17 +0000 (19:43 +0530)
so that we get one compatible with MSRV

rust/Cargo.toml.in

index 62b3e7fedce5ab975bf457e1e8d3dafba01a6274..2f9a7aa59f2ef6c894bc5c1f67cbe2bd5f0e0112 100644 (file)
@@ -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"