summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index 273cdb31..fed08fb7 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -35,7 +35,7 @@ compression-bzip2 = ["sequoia-openpgp/compression-bzip2"]
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
sequoia-core = { path = "../core", version = "0.22" }
sequoia-ipc = { path = "../ipc", 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"
capnp = "0.13"
capnp-rpc = "0.13"