diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-08-02 17:58:09 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-08-02 18:59:54 +0200 |
commit | c6861b537ead4bba21817610664d68ffbe7daad5 (patch) | |
tree | 302454818d055015db5981a794ba7f123f5b0502 /tools | |
parent | 5bca001f9703940e693d6a55944ef1ee7fc67f58 (diff) |
third_party: upgrade rust crates
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 44226a143..a38de1ab1 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.30" +hyper = "0.12.33" ring = "0.14.6" [[bin]] |