summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2019-12-18 21:06:28 +0100
committerIgor Matuszewski <igor@sequoia-pgp.org>2019-12-20 14:40:49 +0100
commitc643f14f44f7df7bb87c3ad48258c0c8da0eabd5 (patch)
tree62628f4237807ed143db3e35be0731afe08dfb49 /Cargo.lock
parent5aaba0ee305de42127d3f021ac56629306a32c16 (diff)
Remove nettle dependency where it's unnecessary
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index eb8d899d..fd86481d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1573,7 +1573,6 @@ dependencies = [
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "nettle 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sequoia-core 0.12.0",
"sequoia-ffi-macros 0.12.0",
"sequoia-net 0.12.0",
@@ -1676,7 +1675,6 @@ dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "nettle 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sequoia-ffi-macros 0.12.0",
"sequoia-openpgp 0.12.0",
]