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 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" |