]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: bump bitflags dependency version
authorPhilippe Antoine <contact@catenacyber.fr>
Sun, 28 Mar 2021 15:53:50 +0000 (17:53 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 6 Sep 2021 09:49:00 +0000 (11:49 +0200)
So that lexical-core, needed by nom, and using bitflags
is used with version 0.7.5 instead of version 0.7.0
which fixed the fact that BITS is now a reserved keyword
in nightly version

(cherry picked from commit 0105d4f017127f9696646e7d0176caec47a7c169)

rust/Cargo.toml.in

index 7ba259bdcc806576d895a16c939f9df3e18a14e1..231bbc07d23dc4f536b2b3b629318702bc8bec5c 100644 (file)
@@ -21,7 +21,7 @@ decompression = ["flate2", "brotli"]
 
 [dependencies]
 nom = "= 5.1.1"
-bitflags = "1.0"
+bitflags = "~1.2.1"
 byteorder = "1.3"
 uuid = "0.8"
 crc = "1.8"