]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: update x509-parser to 0.14.0
authorJason Ish <jason.ish@oisf.net>
Mon, 11 Apr 2022 17:22:06 +0000 (11:22 -0600)
committerVictor Julien <vjulien@oisf.net>
Thu, 29 Sep 2022 08:37:50 +0000 (10:37 +0200)
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.

rust/Cargo.toml.in

index 8661dc0b34039087b8bee471bb93db381707becd..7201555c8931b00e662864425934adf083d0c4b7 100644 (file)
@@ -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"