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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-24 13:22:36 +00:00
committed by GitHub
parent f4b1e8b6e2
commit 3a0262ce90
Generated
+5 -8
View File
@@ -81,12 +81,9 @@ dependencies = [
[[package]] [[package]]
name = "base64" name = "base64"
version = "0.10.1" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
dependencies = [
"byteorder",
]
[[package]] [[package]]
name = "bitflags" name = "bitflags"
@@ -1091,11 +1088,11 @@ dependencies = [
[[package]] [[package]]
name = "x509-parser" name = "x509-parser"
version = "0.6.0" version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b86b92815858495482b74dab17c0b2b2399f7582b6e7ca621b87aebf8fd00e9" checksum = "d135598be19a02522206c7243bbd25bff4c0872503e55e10619908f3ec67a9d9"
dependencies = [ dependencies = [
"base64 0.10.1", "base64 0.11.0",
"der-parser", "der-parser",
"nom 5.1.0", "nom 5.1.0",
"num-bigint", "num-bigint",