Skip to content

Commit c026434

Browse files
chore(deps): update rust crate scraper to 0.25.0 (#330)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [scraper](https://redirect.github.com/rust-scraper/scraper) | dependencies | minor | `0.24.0` -> `0.25.0` | --- ### Release Notes <details> <summary>rust-scraper/scraper (scraper)</summary> ### [`v0.25.0`](https://redirect.github.com/rust-scraper/scraper/releases/tag/v0.25.0) [Compare Source](https://redirect.github.com/rust-scraper/scraper/compare/v0.24.0...v0.25.0) ##### What's Changed - chore(Cargo.toml): bump servo to 0.36.0 by [@&#8203;Jan9103](https://redirect.github.com/Jan9103) in [#&#8203;280](https://redirect.github.com/rust-scraper/scraper/pull/280) - Add version flag in executable by [@&#8203;kachick](https://redirect.github.com/kachick) in [#&#8203;282](https://redirect.github.com/rust-scraper/scraper/pull/282) - Avoid panic for unknown flags and invalid selectors when using executable by [@&#8203;kachick](https://redirect.github.com/kachick) in [#&#8203;283](https://redirect.github.com/rust-scraper/scraper/pull/283) - Update repo URL by [@&#8203;atouchet](https://redirect.github.com/atouchet) in [#&#8203;286](https://redirect.github.com/rust-scraper/scraper/pull/286) - Added cargo deny to test github action by [@&#8203;haydonryan](https://redirect.github.com/haydonryan) in [#&#8203;287](https://redirect.github.com/rust-scraper/scraper/pull/287) ##### New Contributors - [@&#8203;Jan9103](https://redirect.github.com/Jan9103) made their first contribution in [#&#8203;280](https://redirect.github.com/rust-scraper/scraper/pull/280) - [@&#8203;kachick](https://redirect.github.com/kachick) made their first contribution in [#&#8203;282](https://redirect.github.com/rust-scraper/scraper/pull/282) - [@&#8203;atouchet](https://redirect.github.com/atouchet) made their first contribution in [#&#8203;286](https://redirect.github.com/rust-scraper/scraper/pull/286) - [@&#8203;haydonryan](https://redirect.github.com/haydonryan) made their first contribution in [#&#8203;287](https://redirect.github.com/rust-scraper/scraper/pull/287) **Full Changelog**: <rust-scraper/scraper@v0.24.0...v0.25.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/impit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb0e00a commit c026434

File tree

2 files changed

+39
-80
lines changed

2 files changed

+39
-80
lines changed

Cargo.lock

Lines changed: 38 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

impit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mime = "0.3.17"
1414
num-bigint = "0.4.6"
1515
reqwest = { version="0.12.25", features = ["json", "gzip", "brotli", "zstd", "deflate", "rustls-tls", "http3", "cookies", "stream", "socks"] }
1616
rustls = { version="0.23.16", features=["impit"] }
17-
scraper = "0.24.0"
17+
scraper = "0.25.0"
1818
thiserror = "2.0.12"
1919
tokio = { version="1.40.0", features = ["full"] }
2020
url = "2.5.2"

0 commit comments

Comments
 (0)