causal-agent / scraper

HTML parsing and querying with CSS selectors
https://docs.rs/scraper
ISC License
1.81k stars 100 forks source link

Create dependabot.yml #97

Closed mohe2015 closed 1 year ago

mohe2015 commented 1 year ago

This helps keeping the dependencies up-to-date. It may need to be enabled in the settings afterwards.

cfvescovo commented 1 year ago

We had some issues while updating dependencies since cssparser and selectors cannot be updated to their latest versions without a refactor on our part. So IMHO we should continue keeping dependencies up-to-date manually until we find a solution.

cfvescovo commented 1 year ago

I still do not understand the reason why breaking changes in cssparser and selectors were introduced in the latest versions. If someone finds out or has any idea on how to fix that let me know.

cfvescovo commented 1 year ago

Since #89 was fixed in #99, this PR is now open