summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock90
1 files changed, 45 insertions, 45 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d6c3ffd4..1de789eb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -179,7 +179,7 @@ dependencies = [
[[package]]
name = "buffered-reader"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1524,25 +1524,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sequoia"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
- "buffered-reader 0.5.0",
- "sequoia-core 0.5.0",
- "sequoia-ffi 0.5.0",
- "sequoia-ffi-macros 0.5.0",
- "sequoia-guide 0.5.0",
- "sequoia-net 0.5.0",
- "sequoia-openpgp 0.5.0",
- "sequoia-openpgp-ffi 0.5.0",
- "sequoia-rfc2822 0.1.0",
- "sequoia-sqv 0.5.0",
- "sequoia-store 0.5.0",
- "sequoia-tool 0.5.0",
+ "buffered-reader 0.6.0",
+ "sequoia-core 0.6.0",
+ "sequoia-ffi 0.6.0",
+ "sequoia-ffi-macros 0.6.0",
+ "sequoia-guide 0.6.0",
+ "sequoia-net 0.6.0",
+ "sequoia-openpgp 0.6.0",
+ "sequoia-openpgp-ffi 0.6.0",
+ "sequoia-rfc2822 0.6.0",
+ "sequoia-sqv 0.6.0",
+ "sequoia-store 0.6.0",
+ "sequoia-tool 0.6.0",
]
[[package]]
name = "sequoia-core"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1551,7 +1551,7 @@ dependencies = [
[[package]]
name = "sequoia-ffi"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1560,17 +1560,17 @@ dependencies = [
"memsec 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"nettle 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.5.0",
- "sequoia-ffi-macros 0.5.0",
- "sequoia-net 0.5.0",
- "sequoia-openpgp 0.5.0",
- "sequoia-store 0.5.0",
+ "sequoia-core 0.6.0",
+ "sequoia-ffi-macros 0.6.0",
+ "sequoia-net 0.6.0",
+ "sequoia-openpgp 0.6.0",
+ "sequoia-store 0.6.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-ffi-macros"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1581,15 +1581,15 @@ dependencies = [
[[package]]
name = "sequoia-guide"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.5.0",
+ "sequoia-openpgp 0.6.0",
]
[[package]]
name = "sequoia-net"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"capnp-rpc 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1603,8 +1603,8 @@ dependencies = [
"native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.5.0",
- "sequoia-openpgp 0.5.0",
+ "sequoia-core 0.6.0",
+ "sequoia-openpgp 0.6.0",
"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)",
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1612,10 +1612,10 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "buffered-reader 0.5.0",
+ "buffered-reader 0.6.0",
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1626,13 +1626,13 @@ dependencies = [
"quickcheck 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-rfc2822 0.1.0",
+ "sequoia-rfc2822 0.6.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-openpgp-ffi"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1640,14 +1640,14 @@ dependencies = [
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"nettle 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-ffi-macros 0.5.0",
- "sequoia-openpgp 0.5.0",
+ "sequoia-ffi-macros 0.6.0",
+ "sequoia-openpgp 0.6.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-rfc2822"
-version = "0.1.0"
+version = "0.6.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1656,18 +1656,18 @@ dependencies = [
[[package]]
name = "sequoia-sqv"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.5.0",
+ "sequoia-openpgp 0.6.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-store"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"capnp 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
"capnp-rpc 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1676,9 +1676,9 @@ dependencies = [
"futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rusqlite 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.5.0",
- "sequoia-net 0.5.0",
- "sequoia-openpgp 0.5.0",
+ "sequoia-core 0.6.0",
+ "sequoia-net 0.6.0",
+ "sequoia-openpgp 0.6.0",
"time 0.1.42 (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)",
@@ -1686,17 +1686,17 @@ dependencies = [
[[package]]
name = "sequoia-tool"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.5.0",
- "sequoia-net 0.5.0",
- "sequoia-openpgp 0.5.0",
- "sequoia-store 0.5.0",
+ "sequoia-core 0.6.0",
+ "sequoia-net 0.6.0",
+ "sequoia-openpgp 0.6.0",
+ "sequoia-store 0.6.0",
"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"termsize 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",