summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ae3c8f59d..15d3e0286 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,11 +10,11 @@ version = "0.0.0"
[dependencies]
url = "1.7.1"
libc = "0.2.42"
-log = "0.4.3"
-rand = "0.4.2"
+log = "0.4.4"
+rand = "0.4.3"
tempfile = "3"
-tokio = "0.1"
-hyper = "0.12.8"
+tokio = "0.1.8"
+hyper = "0.12.9"
hyper-rustls = "0.14.0"
flatbuffers = { path = "third_party/flatbuffers/rust/flatbuffers/" }
dirs = "1.0.3"