utkarshkukreti / select.rs

A Rust library to extract useful data from HTML documents, suitable for web scraping.
MIT License
959 stars 69 forks source link

transitive dependency on `time` with CVE #74

Open blakehawkins opened 1 year ago

blakehawkins commented 1 year ago

https://github.com/time-rs/time/issues/293

https://github.com/utkarshkukreti/select.rs/blob/master/Cargo.toml#L14

https://github.com/servo/html5ever/blob/master/xml5ever/Cargo.toml

It appears that bumping the html5ever dependency would resolve it, but I haven't checked myself