From 0f097acd350474d8135e50406e163f19fb3f5ea8 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Sat, 14 Oct 2023 19:42:28 +0530 Subject: [PATCH] rust: tilde version for byteorder so that we get one compatible with MSRV --- rust/Cargo.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2