From 3a0262ce90e50416fdb521c5dab059cde24db9f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 13:22:36 +0000 Subject: [PATCH] Bump x509-parser from 0.6.0 to 0.6.2 Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/rusticata/x509-parser/releases) - [Commits](https://github.com/rusticata/x509-parser/compare/x509-parser-0.6.0...x509-parser-0.6.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efdeeab..ee4edab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,12 +81,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.10.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" -dependencies = [ - "byteorder", -] +checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" [[package]] name = "bitflags" @@ -1091,11 +1088,11 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b86b92815858495482b74dab17c0b2b2399f7582b6e7ca621b87aebf8fd00e9" +checksum = "d135598be19a02522206c7243bbd25bff4c0872503e55e10619908f3ec67a9d9" dependencies = [ - "base64 0.10.1", + "base64 0.11.0", "der-parser", "nom 5.1.0", "num-bigint",