]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: bump bitflags dependency version 6002/head
authorPhilippe Antoine <contact@catenacyber.fr>
Sun, 28 Mar 2021 15:53:50 +0000 (17:53 +0200)
committerPhilippe Antoine <contact@catenacyber.fr>
Sun, 28 Mar 2021 15:53:50 +0000 (17:53 +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

rust/Cargo.toml.in

index 214499b1db52c0e68bcff914902fc4e83aff640a..89681f478c1b1a4c851d20ca84075e276589d34a 100644 (file)
@@ -21,7 +21,7 @@ function-macro = []
 
 [dependencies]
 nom = "~5.1.2"
-bitflags = "~1.0.4"
+bitflags = "~1.2.1"
 byteorder = "~1.4.2"
 uuid = "~0.8.2"
 crc = "~1.8.1"