From 9478cd392fc553aac8d5aad66722b71a0bef7a23 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 13:35:12 +0000 Subject: [PATCH] Bump x509-parser from 0.6.2 to 0.6.4 Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.6.2 to 0.6.4. - [Release notes](https://github.com/rusticata/x509-parser/releases) - [Commits](https://github.com/rusticata/x509-parser/compare/x509-parser-0.6.2...x509-parser-0.6.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd628f3..adb9033 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1095,9 +1095,9 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.6.2" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d135598be19a02522206c7243bbd25bff4c0872503e55e10619908f3ec67a9d9" +checksum = "c7215d1279267f57b059e5fc3814883d983a6d9c2fbc6f3c80562877509e327c" dependencies = [ "base64 0.11.0", "der-parser",