From: Victor Julien Date: Thu, 14 Jan 2021 08:00:27 +0000 (+0100) Subject: rust: require test-case 1.0.1; don't use 1.1 X-Git-Tag: suricata-6.0.2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c940c363cb2b65b836f703c391a8bd922c8e012;p=thirdparty%2Fsuricata.git rust: require test-case 1.0.1; don't use 1.1 --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index b098c90cc3..1fdcdb5acf 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -42,4 +42,4 @@ x509-parser = "0.6.5" libc = "0.2.67" [dev-dependencies] -test-case = "1.0" +test-case = "~1.0.1"