ThouCheese / cloud-storage-rs

A crate for uploading files to Google cloud storage, and for generating download urls.
MIT License
123 stars 88 forks source link

Remove chrono dependency #108

Open ShellWowza opened 2 years ago

ShellWowza commented 2 years ago

Replace chrono with time, to avoid RUSTSEC-2020-0159 notifications produced by e.g. cargo audit in applications using this code. This is a breaking change.