Bump x509-parser from 0.6.5 to 0.7.0

Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.6.5 to 0.7.0.
- [Release notes](https://github.com/rusticata/x509-parser/releases)
- [Commits](https://github.com/rusticata/x509-parser/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-04 17:06:10 +00:00
committed by GitHub
parent 3a5411d989
commit 2d4f2fa750
3 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -1021,9 +1021,9 @@ dependencies = [
[[package]] [[package]]
name = "x509-parser" name = "x509-parser"
version = "0.6.5" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99bbe736dd2b422d66e4830f4a06f34387c9814c027efcbda5c2f86463e8e5b0" checksum = "6dba437c45e779568868b2c46ed1d1c57c98d9f868e47c9bcbfe9114d4cbd97d"
dependencies = [ dependencies = [
"base64 0.11.0", "base64 0.11.0",
"der-parser", "der-parser",
+1 -1
View File
@@ -43,7 +43,7 @@ sha2 = "0.8"
subtle = "2" subtle = "2"
subtle-encoding = "0.5" subtle-encoding = "0.5"
x509 = "0.1.2" x509 = "0.1.2"
x509-parser = "0.6" x509-parser = "0.7"
zeroize = "1" zeroize = "1"
[dev-dependencies] [dev-dependencies]
+1 -1
View File
@@ -20,5 +20,5 @@ log = "0.4"
sha2 = "0.8" sha2 = "0.8"
subtle-encoding = "0.5" subtle-encoding = "0.5"
termcolor = "1" termcolor = "1"
x509-parser = "0.6" x509-parser = "0.7"
yubikey-piv = { version = "0.0.3", path = ".." } yubikey-piv = { version = "0.0.3", path = ".." }