summaryrefslogtreecommitdiffstats
path: root/ffi/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-21 14:25:06 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-21 14:25:06 +0100
commit3406e0f4ee06c545b83a8e9379d1ae6359546e98 (patch)
tree86bc470dcc08bd5baa5c7a5ee4bcb5bcf52ff5ce /ffi/Cargo.toml
parentb4c3a26d096d67004234f8f8e738b0f02569227b (diff)
net: Release 0.23.0.net/v0.23.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 bd7cc97e..6250a93e 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -26,7 +26,7 @@ sequoia-ffi-macros = { path = "../ffi-macros", version = "0.22" }
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
sequoia-core = { path = "../core", version = "0.22" }
sequoia-store = { path = "../store", version = "0.22", default-features = false }
-sequoia-net = { path = "../net", version = "0.22", default-features = false }
+sequoia-net = { path = "../net", version = "0.23", default-features = false }
anyhow = "1.0.18"
lazy_static = "1.4.0"
libc = "0.2.66"