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