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

chore(dependency): bump html5ever to 0.22 #49

Closed hcpl closed 6 years ago

hcpl commented 6 years ago

html5ever::serialize::TraversalScope is no longer Copy since 0.20.

Cloning should be cheap because this only increments atomic refcounts of Atoms used in markup5ever::interface::QualName if TraversalScope::ChildrenOnly variant is used.

UPD: I made a mistake in the version of html5ever which made TraversalScope non-Copy. I can't fix that in the commit message though, so sorry to anyone who reads it! :(

utkarshkukreti commented 6 years ago

Thank you!

hcpl commented 6 years ago

Thank you too! Looking forward to a new version of select (largely to eliminate old dependencies).