summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-12-06 15:28:52 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-12-06 15:28:52 +0100
commit022c60e86d5c27884aaa58af5615d1064cbbc4ff (patch)
tree1622ef888647e64b1b15bf4307359333ae7d9d28
parent37f0d4e70c4dabd6026fb881afa7c0ddfdcda944 (diff)
net: Release 0.24.0.net/v0.24.0
-rw-r--r--Cargo.lock2
-rw-r--r--ffi/Cargo.toml2
-rw-r--r--net/Cargo.toml4
-rw-r--r--sq/Cargo.toml2
4 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8dd2b249..ebb77251 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2672,7 +2672,7 @@ dependencies = [
[[package]]
name = "sequoia-net"
-version = "0.23.0"
+version = "0.24.0"
dependencies = [
"anyhow",
"base64",
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 62a7d918..9f0191ae 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-ffi-macros = { path = "../ffi-macros", version = "0.22" }
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
-sequoia-net = { path = "../net", version = "0.23", default-features = false }
+sequoia-net = { path = "../net", version = "0.24", default-features = false }
sequoia-ipc = { path = "../ipc", version = "0.26", default-features = false }
anyhow = "1.0.18"
lazy_static = "1.4.0"
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 688d2560..e792ddff 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-net"
description = "Network services for OpenPGP"
-version = "0.23.0"
+version = "0.24.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",
@@ -40,7 +40,7 @@ base64 = ">=0.12"
[dev-dependencies]
rand = { version = "0.7", default-features = false, features = [ "getrandom" ] }
-hyper = { features = [ "server" ] }
+hyper = { version = "0.14", features = [ "server" ] }
[lib]
bench = false
diff --git a/sq/Cargo.toml b/sq/Cargo.toml
index 75464e95..544efe74 100644
--- a/sq/Cargo.toml
+++ b/sq/Cargo.toml
@@ -29,7 +29,7 @@ maintenance = { status = "actively-developed" }
buffered-reader = { path = "../buffered-reader", version = "1.0.0", default-features = false }
sequoia-openpgp = { path = "../openpgp", version = "1.1", default-features = false }
sequoia-autocrypt = { path = "../autocrypt", version = "0.23", default-features = false, optional = true }
-sequoia-net = { path = "../net", version = "0.23", default-features = false, optional = true }
+sequoia-net = { path = "../net", version = "0.24", default-features = false, optional = true }
anyhow = "1.0.18"
chrono = "0.4.10"
clap = { version = "2.33", features = ["wrap_help"] }