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

Update cargo dependencies #30

Closed ernestas-poskus closed 7 years ago

ernestas-poskus commented 7 years ago

@utkarshkukreti

Hey, thanks for crate.

Updating old dependencies.

One more question what is the reason that you Cargo.lock in gitignore ?

utkarshkukreti commented 7 years ago

Thanks for the PR @ernestas-poskus! I was busy the day you sent this and then completely forgot about it! I'll merge this now.

One more question what is the reason that you Cargo.lock in gitignore ?

It's recommended to not have Cargo.lock stored in git for libraries. You can read more about that here: http://doc.crates.io/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries.