summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--buffered-reader/Cargo.toml2
-rw-r--r--net/Cargo.toml2
-rw-r--r--openpgp/Cargo.toml4
-rw-r--r--store/Cargo.toml4
4 files changed, 6 insertions, 6 deletions
diff --git a/buffered-reader/Cargo.toml b/buffered-reader/Cargo.toml
index c7677bab..68f4c60d 100644
--- a/buffered-reader/Cargo.toml
+++ b/buffered-reader/Cargo.toml
@@ -5,4 +5,4 @@ authors = ["Neal H. Walfield <neal@gnu.org>"]
[dependencies]
bzip2 = "0.3.2"
-flate2 = "0.2"
+flate2 = "1.0.1"
diff --git a/net/Cargo.toml b/net/Cargo.toml
index b7844c4d..bd97084b 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -16,7 +16,7 @@ hyper-tls = "0.1.2"
libc = "0.2.33"
native-tls = "0.1.4"
percent-encoding = "1.0.1"
-rand = "0.3"
+rand = "0.4"
tokio-core = "0.1"
tokio-io = "0.1.4"
url = "1.6.0"
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index acc22b69..31ceabd8 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -5,10 +5,10 @@ authors = ["Neal H. Walfield <neal@gnu.org>"]
[dependencies]
buffered-reader = { path = "../buffered-reader" }
-base64 = "0.8.0"
+base64 = "0.9.0"
bzip2 = "0.3.2"
failure = "0.1.1"
-flate2 = "0.2"
+flate2 = "1.0.1"
nettle = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" }
num-derive = "0.1.41"
diff --git a/store/Cargo.toml b/store/Cargo.toml
index cca0dc15..d7d3664d 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -16,8 +16,8 @@ capnp = "0.8"
capnp-rpc = "0.8"
failure = "0.1.1"
futures = "0.1.17"
-rand = "0.3"
-rusqlite = "0.12.0"
+rand = "0.4"
+rusqlite = "0.13"
time = "0.1.38"
tokio-core = "0.1.10"
tokio-io = "0.1.4"