summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-12 15:13:45 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-12 15:13:45 +0200
commite640cda4cddcad13d30f0ea79b4f2f29fab69deb (patch)
treedb0fdf834bbafe3ca85121a16f704d950c324de3
parentffc7e8055c36f29c528b39084949a6a497236fca (diff)
Release 0.17.0.v0.17.0
-rw-r--r--Cargo.lock122
-rw-r--r--Cargo.toml32
-rw-r--r--autocrypt/Cargo.toml6
-rw-r--r--buffered-reader/Cargo.toml2
-rw-r--r--core/Cargo.toml4
-rw-r--r--ffi-macros/Cargo.toml4
-rw-r--r--ffi/Cargo.toml14
-rw-r--r--guide/Cargo.toml6
-rw-r--r--ipc/Cargo.toml8
-rw-r--r--net/Cargo.toml8
-rw-r--r--openpgp-ffi/Cargo.toml8
-rw-r--r--openpgp/Cargo.toml6
-rw-r--r--sop/Cargo.toml6
-rw-r--r--sqv/Cargo.toml6
-rw-r--r--store/Cargo.toml12
-rw-r--r--tool/Cargo.toml14
16 files changed, 129 insertions, 129 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bbea5e80..5045794b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -185,7 +185,7 @@ dependencies = [
[[package]]
name = "buffered-reader"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -290,8 +290,8 @@ name = "chrono"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
- "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1096,16 +1096,16 @@ dependencies = [
[[package]]
name = "num-integer"
-version = "0.1.42"
+version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-traits"
-version = "0.2.11"
+version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1615,35 +1615,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sequoia"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
- "buffered-reader 0.16.0",
- "sequoia-autocrypt 0.16.0",
- "sequoia-core 0.16.0",
- "sequoia-ffi 0.16.0",
- "sequoia-ffi-macros 0.16.0",
- "sequoia-guide 0.16.0",
- "sequoia-ipc 0.16.0",
- "sequoia-net 0.16.0",
- "sequoia-openpgp 0.16.0",
- "sequoia-openpgp-ffi 0.16.0",
- "sequoia-sop 0.16.0",
- "sequoia-sqv 0.16.0",
- "sequoia-store 0.16.0",
- "sequoia-tool 0.16.0",
+ "buffered-reader 0.17.0",
+ "sequoia-autocrypt 0.17.0",
+ "sequoia-core 0.17.0",
+ "sequoia-ffi 0.17.0",
+ "sequoia-ffi-macros 0.17.0",
+ "sequoia-guide 0.17.0",
+ "sequoia-ipc 0.17.0",
+ "sequoia-net 0.17.0",
+ "sequoia-openpgp 0.17.0",
+ "sequoia-openpgp-ffi 0.17.0",
+ "sequoia-sop 0.17.0",
+ "sequoia-sqv 0.17.0",
+ "sequoia-store 0.17.0",
+ "sequoia-tool 0.17.0",
]
[[package]]
name = "sequoia-autocrypt"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"base64 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.16.0",
+ "sequoia-openpgp 0.17.0",
]
[[package]]
name = "sequoia-core"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1653,7 +1653,7 @@ dependencies = [
[[package]]
name = "sequoia-ffi"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1661,17 +1661,17 @@ dependencies = [
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.16.0",
- "sequoia-ffi-macros 0.16.0",
- "sequoia-net 0.16.0",
- "sequoia-openpgp 0.16.0",
- "sequoia-store 0.16.0",
+ "sequoia-core 0.17.0",
+ "sequoia-ffi-macros 0.17.0",
+ "sequoia-net 0.17.0",
+ "sequoia-openpgp 0.17.0",
+ "sequoia-store 0.17.0",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-ffi-macros"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1682,15 +1682,15 @@ dependencies = [
[[package]]
name = "sequoia-guide"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.16.0",
+ "sequoia-openpgp 0.17.0",
]
[[package]]
name = "sequoia-ipc"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"capnp-rpc 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1704,8 +1704,8 @@ dependencies = [
"memsec 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-tokio-ipc 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.16.0",
- "sequoia-openpgp 0.16.0",
+ "sequoia-core 0.17.0",
+ "sequoia-openpgp 0.17.0",
"socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1717,7 +1717,7 @@ dependencies = [
[[package]]
name = "sequoia-net"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1728,8 +1728,8 @@ dependencies = [
"native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.16.0",
- "sequoia-openpgp 0.16.0",
+ "sequoia-core 0.17.0",
+ "sequoia-openpgp 0.17.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1740,12 +1740,12 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "buffered-reader 0.16.0",
+ "buffered-reader 0.17.0",
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1765,43 +1765,43 @@ dependencies = [
[[package]]
name = "sequoia-openpgp-ffi"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)",
"memsec 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-ffi-macros 0.16.0",
- "sequoia-openpgp 0.16.0",
+ "sequoia-ffi-macros 0.17.0",
+ "sequoia-openpgp 0.17.0",
]
[[package]]
name = "sequoia-sop"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.16.0",
+ "sequoia-openpgp 0.17.0",
"structopt 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sequoia-sqv"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
"colored 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-openpgp 0.16.0",
+ "sequoia-openpgp 0.17.0",
]
[[package]]
name = "sequoia-store"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"capnp 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1810,10 +1810,10 @@ dependencies = [
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rusqlite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-core 0.16.0",
- "sequoia-ipc 0.16.0",
- "sequoia-net 0.16.0",
- "sequoia-openpgp 0.16.0",
+ "sequoia-core 0.17.0",
+ "sequoia-ipc 0.17.0",
+ "sequoia-net 0.17.0",
+ "sequoia-openpgp 0.17.0",
"thiserror 1.0.19 (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.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1821,7 +1821,7 @@ dependencies = [
[[package]]
name = "sequoia-tool"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1832,11 +1832,11 @@ dependencies = [
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "sequoia-autocrypt 0.16.0",
- "sequoia-core 0.16.0",
- "sequoia-net 0.16.0",
- "sequoia-openpgp 0.16.0",
- "sequoia-store 0.16.0",
+ "sequoia-autocrypt 0.17.0",
+ "sequoia-core 0.17.0",
+ "sequoia-net 0.17.0",
+ "sequoia-openpgp 0.17.0",
+ "sequoia-store 0.17.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)",
]
@@ -2553,8 +2553,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum nettle-sys 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b8629333ff5f3b74d251dae253e383cda9242410fac4244a4fe855469be101fb"
"checksum new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
-"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
-"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
+"checksum num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
+"checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
"checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
"checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
"checksum openssl 0.10.29 (registry+https://github.com/rust-lang/crates.io-index)" = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd"
diff --git a/Cargo.toml b/Cargo.toml
index 3a10467c..2cd49a8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia"
description = "A cool new OpenPGP implementation"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -23,20 +23,20 @@ maintenance = { status = "actively-developed" }
[workspace]
[dependencies]
-buffered-reader = { path = "buffered-reader", version = "0.16" }
-sequoia-openpgp = { path = "openpgp", version = "0.16" }
-sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.16" }
-sequoia-autocrypt = { path = "autocrypt", version = "0.16" }
-sequoia-core = { path = "core", version = "0.16" }
-sequoia-ffi = { path = "ffi", version = "0.16" }
-sequoia-ffi-macros = { path = "ffi-macros", version = "0.16" }
-sequoia-ipc = { path = "ipc", version = "0.16" }
-sequoia-net = { path = "net", version = "0.16" }
-sequoia-store = { path = "store", version = "0.16" }
-sequoia-tool = { path = "tool", version = "0.16" }
-sequoia-sop = { path = "sop", version = "0.16" }
-sequoia-sqv = { path = "sqv", version = "0.16" }
-sequoia-guide = { path = "guide", version = "0.16" }
+buffered-reader = { path = "buffered-reader", version = "0.17" }
+sequoia-openpgp = { path = "openpgp", version = "0.17" }
+sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.17" }
+sequoia-autocrypt = { path = "autocrypt", version = "0.17" }
+sequoia-core = { path = "core", version = "0.17" }
+sequoia-ffi = { path = "ffi", version = "0.17" }
+sequoia-ffi-macros = { path = "ffi-macros", version = "0.17" }
+sequoia-ipc = { path = "ipc", version = "0.17" }
+sequoia-net = { path = "net", version = "0.17" }
+sequoia-store = { path = "store", version = "0.17" }
+sequoia-tool = { path = "tool", version = "0.17" }
+sequoia-sop = { path = "sop", version = "0.17" }
+sequoia-sqv = { path = "sqv", version = "0.17" }
+sequoia-guide = { path = "guide", version = "0.17" }
[lib]
name = "sequoia"
diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml
index 4ae07c4e..4e7e44f9 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-autocrypt"
description = "Autocrypt support"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/sequoia_autocrypt"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sequoia_autocrypt"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -21,5 +21,5 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.16" }
+sequoia-openpgp = { path = "../openpgp", version = "0.17" }
base64 = ">= 0.11, < 0.13"
diff --git a/buffered-reader/Cargo.toml b/buffered-reader/Cargo.toml
index 340c098f..0a6eabee 100644
--- a/buffered-reader/Cargo.toml
+++ b/buffered-reader/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "buffered-reader"
description = "A super-powered Reader"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 17853503..d3394660 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-core"
description = "Policies for Sequoia"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/sequoia_core"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sequoia_core"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index 369ac713..19a4c126 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-ffi-macros"
description = "Macros for writing the C API for Sequoia"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index d680546d..153eb0ff 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-ffi"
description = "C API for Sequoia"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/sequoia_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sequoia_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -22,11 +22,11 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros", version = "0.16" }
-sequoia-openpgp = { path = "../openpgp", version = "0.16" }
-sequoia-core = { path = "../core", version = "0.16" }
-sequoia-store = { path = "../store", version = "0.16" }
-sequoia-net = { path = "../net", version = "0.16" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.17" }
+sequoia-openpgp = { path = "../openpgp", version = "0.17" }
+sequoia-core = { path = "../core", version = "0.17" }
+sequoia-store = { path = "../store", version = "0.17" }
+sequoia-net = { path = "../net", version = "0.17" }
anyhow = "1"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/guide/Cargo.toml b/guide/Cargo.toml
index 86a0ae59..ba43239c 100644
--- a/guide/Cargo.toml
+++ b/guide/Cargo.toml
@@ -1,16 +1,16 @@
[package]
name = "sequoia-guide"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/guide/"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/guide/"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
build = "build.rs"
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.16" }
+sequoia-openpgp = { path = "../openpgp", version = "0.17" }
anyhow = "1"
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index cf19651e..d74bfd6e 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-ipc"
description = "Interprocess communication infrastructure for Sequoia"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/sequoia_ipc"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sequoia_ipc"
build = "build.rs"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
@@ -20,8 +20,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.16" }
-sequoia-core = { path = "../core", version = "0.16" }
+sequoia-openpgp = { path = "../openpgp", version = "0.17" }
+sequoia-core = { path = "../core", version = "0.17" }
anyhow = "1"
capnp-rpc = "0.10"
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 4114f2bb..8428700c 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-net"
description = "Network services for OpenPGP"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/sequoia_net"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sequoia_net"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -21,8 +21,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.16", default-features = false }
-sequoia-core = { path = "../core", version = "0.16" }
+sequoia-openpgp = { path = "../openpgp", version = "0.17", default-features = false }
+sequoia-core = { path = "../core", version = "0.17" }
anyhow = "1"
futures = "0.1"
diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml
index 848c6cf7..ba7f7d0c 100644
--- a/openpgp-ffi/Cargo.toml
+++ b/openpgp-ffi/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-openpgp-ffi"
description = "C API for Sequoia's low-level OpenPGP crate"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/sequoia_openpgp_ffi"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sequoia_openpgp_ffi"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "../README.md"
@@ -22,8 +22,8 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-ffi-macros = { path = "../ffi-macros", version = "0.16" }
-sequoia-openpgp = { path = "../openpgp", version = "0.16" }
+sequoia-ffi-macros = { path = "../ffi-macros", version = "0.17" }
+sequoia-openpgp = { path = "../openpgp", version = "0.17" }
anyhow = "1"
lazy_static = "1.0.0"
libc = "0.2.33"
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 0ab39a1e..2b33b04e 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-openpgp"
description = "OpenPGP data types and associated machinery"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Igor Matuszewski <igor@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
@@ -11,7 +11,7 @@ authors = [
"Wiktor Kwapisiewicz <wiktor@sequoia-pgp.org>",
]
build = "build.rs"
-documentation = "https://docs.sequoia-pgp.org/0.16.0/sequoia_openpgp"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sequoia_openpgp"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -26,7 +26,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
anyhow = "1"
-buffered-reader = { path = "../buffered-reader", version = "0.16", default-features = false }
+buffered-reader = { path = "../buffered-reader", version = "0.17", default-features = false }
base64 = ">= 0.11, < 0.13"
bzip2 = { version = "0.3.2", optional = true }
flate2 = { version = "1.0.1", optional = true }
diff --git a/sop/Cargo.toml b/sop/Cargo.toml
index f392c360..a12063a4 100644
--- a/sop/Cargo.toml
+++ b/sop/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "sequoia-sop"
description = "An implementation of the Stateless OpenPGP Command Line Interface using Sequoia"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
]
-documentation = "https://docs.sequoia-pgp.org/0.16.0/sop"
+documentation = "https://docs.sequoia-pgp.org/0.17.0/sop"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"
@@ -19,7 +19,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.16" }
+sequoia-openpgp = { path = "../openpgp", version = "0.17" }
anyhow = "1"
chrono = "0.4"
structopt = { version = "0.3", default-features = false }
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index fda13995..9a87ae87 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "sequoia-sqv"
description = "A simple OpenPGP signature verification program"
-version = "0.16.0"
+version = "0.17.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <k