utkarshkukreti / select.rs

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

Updated Dependencies #73

Closed Billy-Sheppard closed 1 year ago

Billy-Sheppard commented 1 year ago

Updated Cargo.toml dep versions.

Passes cargo audit, cargo outdated -wR, cargo +nightly udeps

Billy-Sheppard commented 1 year ago

I've also updated to Edition 2021 and fixed the subsequent clippy lints.

Billy-Sheppard commented 1 year ago

Hi @utkarshkukreti - is this crate still maintained?

utkarshkukreti commented 1 year ago

Thanks for the PR @Billy-Sheppard. I will make a release shortly.

utkarshkukreti commented 1 year ago

This should also fix #74.

utkarshkukreti commented 1 year ago

0.6.0 is out with this and some other PRs that were merged earlier.

Billy-Sheppard commented 1 year ago

Legend, thanks for merging and publishing!