summaryrefslogtreecommitdiffstats
path: root/tedge/Cargo.toml
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-03-25 13:48:34 +0100
committerGitHub <noreply@github.com>2021-03-25 13:48:34 +0100
commit8f4c263aa3830a31d5b74325123b09a25218ad71 (patch)
tree6d198c524eea9c81523544611f7c45f2ed153185 /tedge/Cargo.toml
parent7927395a067986a972ee3dc9ad77723be1c42a94 (diff)
Tie der-parser version to specific version (#116)
Diffstat (limited to 'tedge/Cargo.toml')
-rw-r--r--tedge/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tedge/Cargo.toml b/tedge/Cargo.toml
index 91e02a5d..d57812e0 100644
--- a/tedge/Cargo.toml
+++ b/tedge/Cargo.toml
@@ -31,6 +31,7 @@ which = "4.0.2"
x509-parser = "0.9.0"
zeroize = "1.2.0"
sha-1 = "0.9.4"
+der-parser = "=5.0.1"
[dev-dependencies]
assert_cmd = "1.0.2"