From: Victor Julien Date: Fri, 26 Aug 2022 12:12:44 +0000 (+0200) Subject: rust: lock to time 0.3.13 to avoid MSRV bump to 1.59 X-Git-Tag: suricata-7.0.0-beta1~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=879a46f085b2ccc5897d6d372d2f84a307781f27;p=thirdparty%2Fsuricata.git rust: lock to time 0.3.13 to avoid MSRV bump to 1.59 Indirect dependency through x509-parser. --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index ade1541cbd..a8fba82aeb 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -55,6 +55,7 @@ md-5 = "~0.10.1" regex = "~1.5.5" lazy_static = "~1.4.0" base64 = "~0.13.0" +time = "=0.3.13" suricata-derive = { path = "./derive" }