diff options
author | Stuart Stock <stuart@int08h.com> | 2017-09-23 09:07:58 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2017-09-23 09:07:58 -0500 |
commit | 6bbf1c5c3bff62d8ed83333bf07d54f7076c4d05 (patch) | |
tree | c5ceb567544ca4905c29d911da552bf92cc7d8df | |
parent | 9f86d3c6dcbbf2e0a994341f1330aad0f8743d63 (diff) | |
download | roughenough-6bbf1c5c3bff62d8ed83333bf07d54f7076c4d05.zip |
update to Ring 0.12.1 and Untrusted 0.5.1
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ description = "A Roughtime secure time sync server written in Rust" [dependencies] byteorder = "1" -ring = "0.11.0" -untrusted = "0.5.0" +ring = "0.12" +untrusted = "0.5.1" time = "0.1" log = "0.3" fern = "0.4" |