From: Jason Ish Date: Mon, 1 May 2023 16:03:02 +0000 (-0600) Subject: rust: update x509-parser to 0.15.0 X-Git-Tag: suricata-7.0.0-rc2~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5925b63d82883dda61bac9b0a8e6dfc6f9da5755;p=thirdparty%2Fsuricata.git rust: update x509-parser to 0.15.0 --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 0d47b9eedd..b2d0740fc4 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -51,7 +51,7 @@ ntp-parser = "~0.6.0" ipsec-parser = "~0.7.0" snmp-parser = "~0.9.0" tls-parser = "~0.11.0" -x509-parser = "~0.14.0" +x509-parser = "~0.15.0" libc = "~0.2.82" sha2 = "~0.10.2" digest = "~0.10.3"