int08h / roughenough

A Roughtime secure time sync client and server written in Rust
https://int08h.com/post/roughenough-a-rust-roughtime-server/
Apache License 2.0
123 stars 21 forks source link

Bump untrusted for security #6

Closed tirkarthi closed 6 years ago

tirkarthi commented 6 years ago

Hi,

This project seems to use untrusted = 0.5 as I can see from the cargo.toml file on master branch. Recently a security issue was fixed as part of 0.6.2 release. Please refer to https://github.com/RustSec/advisory-db/commit/3c0458d26bd19e30dc19ae5ca9a4540cc9c0394b .

Kindly ignore if this is irrelevant or fixed on another branch.

Thanks.

int08h commented 6 years ago

Thank you @tirkarthi, I've updated untrusted to 0.6 and will make a new release.