summaryrefslogtreecommitdiff
path: root/tools/hyper_hello
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-08-28 15:58:42 -0700
committerBert Belder <bertbelder@gmail.com>2019-08-29 10:45:09 -0700
commite939ec0f21d7af5da6186258993cebd1ee349a9e (patch)
treefb0868ab2a43c9fdc4937b6a385d96dc6ab23ca1 /tools/hyper_hello
parent177727d730d786c71ba3afbc02f023f4b40c27a8 (diff)
third_party: upgrade 'rustls' and related crates
Diffstat (limited to 'tools/hyper_hello')
-rw-r--r--tools/hyper_hello/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hyper_hello/Cargo.toml b/tools/hyper_hello/Cargo.toml
index a38de1ab1..0e7aa15f8 100644
--- a/tools/hyper_hello/Cargo.toml
+++ b/tools/hyper_hello/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.0.1"
[dependencies]
hyper = "0.12.33"
-ring = "0.14.6"
+ring = "0.16.8"
[[bin]]
name = "hyper_hello"