summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-07-08 17:24:33 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-07-08 17:24:33 +0200
commitfc28c420315a38f3b466cfd65ba51c04c0eadc6b (patch)
tree1e3f4a2d237f3c851d2cc1eeee1b6702a7a66153 /Cargo.lock
parent9770f5be8b22dd5dc2abe2bcb5dd2203e02e4c18 (diff)
Release 0.9.0.v0.9.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock102
1 files changed, 51 insertions, 51 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fe3a1fa5..ddbccd6a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -188,7 +188,7 @@ dependencies = [
[[package]]
name = "buffered-reader"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1581,26 +1581,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sequoia"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
- "buffered-reader 0.8.0",
- "sequoia-core 0.8.0",
- "sequoia-ffi 0.8.0",
- "sequoia-ffi-macros 0.8.0",
- "sequoia-guide 0.8.0",
- "sequoia-ipc 0.8.0",
- "sequoia-net 0.8.0",
- "sequoia-openpgp 0.8.0",
- "sequoia-openpgp-ffi 0.8.0",
- "sequoia-rfc2822 0.8.0",
- "sequoia-sqv 0.8.0",
- "sequoia-store 0.8.0",
- "sequoia-tool 0.8.0",
+ "buffered-reader 0.9.0",
+ "sequoia-core 0.9.0",
+ "sequoia-ffi 0.9.0",
+ "sequoia-ffi-macros 0.9.0",
+ "sequoia-guide 0.9.0",
+ "sequoia-ipc 0.9.0",
+ "sequoia-net 0.9.0",
+ "sequoia-openpgp 0.9.0",
+ "sequoia-openpgp-ffi 0.9.0",
+ "sequoia-rfc2822 0.9.0",
+ "sequoia-sqv 0.9.0",
+ "sequoia-store 0.9.0",
+ "sequoia-tool 0.9.0",
]
[[package]]
name = "sequoia-core"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1609,7 +1609,7 @@ dependencies = [
[[package]]
name = "sequoia-ffi"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1618,17 +1618,17 @@ dependencies = [
"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.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.8.0",
- "sequoia-ffi-macros 0.8.0",
- "sequoia-net 0.8.0",
- "sequoia-openpgp 0.8.0",
- "sequoia-store 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-ffi-macros 0.9.0",
+ "sequoia-net 0.9.0",
+ "sequoia-openpgp 0.9.0",
+ "sequoia-store 0.9.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-ffi-macros"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1639,15 +1639,15 @@ dependencies = [
[[package]]
name = "sequoia-guide"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.8.0",
+ "sequoia-openpgp 0.9.0",
]
[[package]]
name = "sequoia-ipc"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"capnp-rpc 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1659,8 +1659,8 @@ dependencies = [
"libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.6 (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.8.0",
- "sequoia-openpgp 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-openpgp 0.9.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1669,7 +1669,7 @@ dependencies = [
[[package]]
name = "sequoia-net"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1681,9 +1681,9 @@ dependencies = [
"nettle 5.0.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.8.0",
- "sequoia-openpgp 0.8.0",
- "sequoia-rfc2822 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-openpgp 0.9.0",
+ "sequoia-rfc2822 0.9.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)",
@@ -1692,10 +1692,10 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "buffered-reader 0.8.0",
+ "buffered-reader 0.9.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.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1708,13 +1708,13 @@ dependencies = [
"quickcheck 0.8.5 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-rfc2822 0.8.0",
+ "sequoia-rfc2822 0.9.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-openpgp-ffi"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1722,14 +1722,14 @@ dependencies = [
"libc 0.2.59 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-ffi-macros 0.8.0",
- "sequoia-openpgp 0.8.0",
+ "sequoia-ffi-macros 0.9.0",
+ "sequoia-openpgp 0.9.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-rfc2822"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"lalrpop 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1741,18 +1741,18 @@ dependencies = [
[[package]]
name = "sequoia-sqv"
-version = "0.8.0"
+version = "0.9.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.8.0",
+ "sequoia-openpgp 0.9.0",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-store"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"capnp 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"capnp-rpc 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1761,10 +1761,10 @@ dependencies = [
"futures 0.1.28 (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.8.0",
- "sequoia-ipc 0.8.0",
- "sequoia-net 0.8.0",
- "sequoia-openpgp 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-ipc 0.9.0",
+ "sequoia-net 0.9.0",
+ "sequoia-openpgp 0.9.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)",
@@ -1772,7 +1772,7 @@ dependencies = [
[[package]]
name = "sequoia-tool"
-version = "0.8.0"
+version = "0.9.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)",
@@ -1780,10 +1780,10 @@ dependencies = [
"itertools 0.8.0 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.8.0",
- "sequoia-net 0.8.0",
- "sequoia-openpgp 0.8.0",
- "sequoia-store 0.8.0",
+ "sequoia-core 0.9.0",
+ "sequoia-net 0.9.0",
+ "sequoia-openpgp 0.9.0",
+ "sequoia-store 0.9.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"termsize 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",