]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: require test-case 1.0.1; don't use 1.1
authorVictor Julien <victor@inliniac.net>
Thu, 14 Jan 2021 08:00:27 +0000 (09:00 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 14 Jan 2021 09:08:41 +0000 (10:08 +0100)
rust/Cargo.toml.in

index b098c90cc3a1cd4de8e57b2dab78dabec66c1f4b..1fdcdb5acf5d1a79139f820df888616911d7a3f1 100644 (file)
@@ -42,4 +42,4 @@ x509-parser = "0.6.5"
 libc = "0.2.67"
 
 [dev-dependencies]
-test-case = "1.0"
+test-case = "~1.0.1"