From: Jason Ish Date: Mon, 11 Apr 2022 17:22:06 +0000 (-0600) Subject: rust: update x509-parser to 0.14.0 X-Git-Tag: suricata-7.0.0-beta1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baab1de735954728c8976c645e2575a758f78782;p=thirdparty%2Fsuricata.git rust: update x509-parser to 0.14.0 Resolves RustSec issues in time and chrono: - https://rustsec.org/advisories/RUSTSEC-2020-0071 - https://rustsec.org/advisories/RUSTSEC-2020-0159 Ticket: #5259. Ammended by Victor Julien to bump to 0.14 instead of 0.13. --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 8661dc0b34..7201555c89 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -47,7 +47,7 @@ ntp-parser = "~0.6.0" ipsec-parser = "~0.7.0" snmp-parser = "~0.6.0" tls-parser = "~0.11.0" -x509-parser = "~0.12.0" +x509-parser = "~0.14.0" libc = "~0.2.82" sha2 = "~0.10.2" digest = "~0.10.3"