summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-08-02 22:52:14 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-10-25 15:47:22 +0200
commit88a9e12fb413b964c45d8a372381786b2d88cad4 (patch)
treee1e1ab31fd7477468809168b86d0ea80fc4e1a26 /Cargo.lock
parent016c14898bfda1c106b8178cee3fb28dc32baacb (diff)
rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgp
- The rfc2822 crate doesn't implement all of RFC 2822. Moreover, it includes a number of extensions. This makes rfc2822 a misnomer. - RFC 2822 is actually obsoleted by RFC 5322. This means that if we ever add support for RFC 5322, it will be an even worse misnomer. - Move the whole crate into the openpgp crate. Note: we don't directly export the API; it is only used internally by packet::userid. - Closes #279.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 0 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 235726b8..5bb31303 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1583,7 +1583,6 @@ dependencies = [
"sequoia-net 0.10.0",
"sequoia-openpgp 0.10.0",
"sequoia-openpgp-ffi 0.10.0",
- "sequoia-rfc2822 0.10.0",
"sequoia-sqv 0.10.0",
"sequoia-store 0.10.0",
"sequoia-tool 0.10.0",
@@ -1675,7 +1674,6 @@ dependencies = [
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sequoia-core 0.10.0",
"sequoia-openpgp 0.10.0",
- "sequoia-rfc2822 0.10.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1701,7 +1699,6 @@ dependencies = [
"quickcheck 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-rfc2822 0.10.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1721,18 +1718,6 @@ dependencies = [
]
[[package]]
-name = "sequoia-rfc2822"
-version = "0.10.0"
-dependencies = [
- "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "lalrpop 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "lalrpop-util 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "quickcheck 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
name = "sequoia-sqv"
version = "0.10.0"
dependencies = [