scottlamb / retina

High-level RTSP multimedia streaming library, in Rust
https://crates.io/crates/retina
Apache License 2.0
218 stars 46 forks source link

use 'chrono' instead of 'time' crate #98

Open astraw opened 3 months ago

astraw commented 3 months ago

Implements conversion back and forth between chrono::DateTime and NtpTimestamp and a couple tests.

This works around RUSTSEC-2020-0071 by removing the time 0.1 dependency and using chrono instead.