summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-09-12 22:20:15 +0200
committerBert Belder <bertbelder@gmail.com>2019-09-13 00:38:02 +0200
commitac68f628d26de243fed737521f6f839ccda3ec0c (patch)
tree988b83f4681fe1fdea3f62899b927614ce827e4e /tools
parent111b19b0a39903cf00ab0e6b184cc620cb06b507 (diff)
Upgrade rust crates
Diffstat (limited to 'tools')
-rw-r--r--tools/hyper_hello/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/hyper_hello/Cargo.toml b/tools/hyper_hello/Cargo.toml
index 0e7aa15f8..8d4048289 100644
--- a/tools/hyper_hello/Cargo.toml
+++ b/tools/hyper_hello/Cargo.toml
@@ -3,8 +3,8 @@ name = "hyper_hello"
version = "0.0.1"
[dependencies]
-hyper = "0.12.33"
-ring = "0.16.8"
+hyper = "0.12.34"
+ring = "0.16.9"
[[bin]]
name = "hyper_hello"