summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-09-21 09:52:22 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-09-21 09:52:46 +0200
commit8f08555f0a28597470cdac36a6536e0773c14a3b (patch)
treeb947d7d1091deaefaf9474b119ef143e25cd1919 /net
parent926157cc7ee13c4953dec8df9b2452fe2e3c05ae (diff)
net, store: Bump version of capnp.
Diffstat (limited to 'net')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index d2786d5d..cf6a5321 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Justus Winter <justus@pep-project.org>"]
openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
-capnp-rpc = "0.8"
+capnp-rpc = "0.9"
failure = "0.1.2"
fs2 = "0.4.2"
futures = "0.1"