summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-09-23 09:07:58 -0500
committerStuart Stock <stuart@int08h.com>2017-09-23 09:07:58 -0500
commit6bbf1c5c3bff62d8ed83333bf07d54f7076c4d05 (patch)
treec5ceb567544ca4905c29d911da552bf92cc7d8df /Cargo.toml
parent9f86d3c6dcbbf2e0a994341f1330aad0f8743d63 (diff)
downloadroughenough-6bbf1c5c3bff62d8ed83333bf07d54f7076c4d05.zip
update to Ring 0.12.1 and Untrusted 0.5.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc717af..cce318f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"