summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-11-07 14:26:49 -0800
committerBert Belder <bertbelder@gmail.com>2019-11-07 16:21:51 -0800
commitadab69bccca986bd7da93a84ca419bdd09587a06 (patch)
treef8fcc07e33b834bba3bb668e6c2a90aadf3c5046 /tools
parentc57207e96a577b7f13514fecdde5c47c7a497405 (diff)
Upgrade rust crates (#3292)
Diffstat (limited to 'tools')
-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 8d4048289..3c47b3bc2 100644
--- a/tools/hyper_hello/Cargo.toml
+++ b/tools/hyper_hello/Cargo.toml
@@ -3,7 +3,7 @@ name = "hyper_hello"
version = "0.0.1"
[dependencies]
-hyper = "0.12.34"
+hyper = "0.12.35"
ring = "0.16.9"
[[bin]]