summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
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 /store/Cargo.toml
parent926157cc7ee13c4953dec8df9b2452fe2e3c05ae (diff)
net, store: Bump version of capnp.
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index a74a12c8..9182e162 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -12,8 +12,8 @@ background-services = []
openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
sequoia-net = { path = "../net" }
-capnp = "0.8"
-capnp-rpc = "0.8"
+capnp = "0.9"
+capnp-rpc = "0.9"
failure = "0.1.2"
futures = "0.1.17"
rand = "0.5"
@@ -23,7 +23,7 @@ tokio-core = "0.1.10"
tokio-io = "0.1.4"
[build-dependencies]
-capnpc = "0.8"
+capnpc = "0.9"
[lib]
name = "sequoia_store"