summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-09-28 10:32:51 -0700
committerJoel Galenson <jgalenson@google.com>2021-09-28 10:33:23 -0700
commitbead07028bb3f72ddc52de4990e28bb7edb4073f (patch)
tree6bac72c5858a56d9363d4c237d7a70f813882d9c /Cargo.toml.orig
parent40781820b7e588ca404c86703705db7a713372b4 (diff)
downloadder-oid-macro-bead07028bb3f72ddc52de4990e28bb7edb4073f.tar.gz
Upgrade rust/crates/der-oid-macro to 0.5.0
Test: make Change-Id: I9b9d28aaa6c1b8820440f2c7d8ab574f5e9d390b
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index fbf8a6f..f068b66 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,7 @@
[package]
name = "der-oid-macro"
description = "Macro to encode DER oids at compile time"
-version = "0.4.0"
+version = "0.5.0"
edition = "2018"
license = "MIT/Apache-2.0"
homepage = "https://github.com/rusticata/der-parser"
@@ -12,7 +12,6 @@ authors = ["Pierre Chifflier <chifflier@wzdftpd.net>", "Jannik Schürg <schuerg@
proc-macro = true
[dependencies]
-nom = "6.0"
num-bigint = "0.4"
num-traits = "0.2"
syn = "1.0"