Bump der-parser, nom, x509-parser (#194)

* Bump der-parser from 4.1.0 to 5.0.0

Bumps [der-parser](https://github.com/rusticata/der-parser) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/rusticata/der-parser/releases)
- [Changelog](https://github.com/rusticata/der-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rusticata/der-parser/compare/der-parser-4.1.0...der-parser-5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump der-parser, nom, x509-parser

* clippy

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Shella Stephens
2020-12-07 07:20:58 -08:00
committed by GitHub
parent 7da2c7ba6a
commit 08185c5ec9
3 changed files with 129 additions and 28 deletions
+3 -3
View File
@@ -24,13 +24,13 @@ maintenance = { status = "experimental" }
[dependencies]
chrono = "0.4"
cookie-factory = "0.3"
der-parser = "4"
der-parser = "5"
des = "0.6"
elliptic-curve = "0.6"
getrandom = "0.1"
hmac = "0.10"
log = "0.4"
nom = "5"
nom = "6"
num-bigint = { version = "0.6", features = ["rand"], package = "num-bigint-dig" }
num-traits = "0.2"
num-integer = "0.1"
@@ -45,7 +45,7 @@ sha2 = "0.9"
subtle = "2"
subtle-encoding = "0.5"
x509 = "0.1.2"
x509-parser = "0.8"
x509-parser = "0.9"
zeroize = "1"
[dev-dependencies]