diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hyper_hello/Cargo.toml | 4 |
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" |