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.
pull/7948/head
Jason Ish 3 years ago committed by Victor Julien
parent 3aace49649
commit baab1de735

@ -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"

Loading…
Cancel
Save