From 248176cabab9aaf342be5dc45bd25e3b701bfb1e Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 26 Apr 2023 14:50:13 -0600 Subject: [PATCH] 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. --- 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 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" -- 2.47.2