dani-garcia / rust_async_ftp

Fork of https://crates.io/crates/ftp with tokio async support
Apache License 2.0
21 stars 14 forks source link

fix: Vulnerability CVE-2020-26235 #22

Open mihaigalos opened 1 year ago

mihaigalos commented 1 year ago

This PR fixes vulnerability CVE-2020-26235. It removes default features for chrono in order to eliminate subdependency on time@0.1.45.

Removing this subdependency is required by an advisory https://github.com/chronotope/chrono/issues/602.