summaryrefslogtreecommitdiffstats
path: root/ffi/Cargo.toml
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 /ffi/Cargo.toml
parent37f0d4e70c4dabd6026fb881afa7c0ddfdcda944 (diff)
net: Release 0.24.0.net/v0.24.0
Diffstat (limited to 'ffi/Cargo.toml')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"