chore(deps)(deps): bump scraper from 0.24.0 to 0.25.0#363
Merged
AlexMikhalev merged 1 commit intomainfrom Dec 31, 2025
Merged
Conversation
Bumps [scraper](https://github.com/rust-scraper/scraper) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/rust-scraper/scraper/releases) - [Commits](rust-scraper/scraper@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: scraper dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
8 tasks
AlexMikhalev
added a commit
that referenced
this pull request
Apr 7, 2026
…026-0049 The serenity dependency was using default features which include rustls_backend. This pulled in tokio-tungstenite/rustls-tls-webpki-roots, which transitively brought in rustls 0.22.4 and rustls-webpki 0.102.8 (vulnerable to RUSTSEC-2026-0049: CRL Distribution Point matching bypass). Switching to `default_native_tls` (serenity's native TLS feature alias) replaces the rustls chain with the OS-native TLS stack via native-tls/tokio-native-tls. Removed from dependency graph: - rustls 0.22.4 - rustls-webpki 0.102.8 (RUSTSEC-2026-0049) - tokio-rustls 0.25.0 All 13 terraphim_tinyclaw tests pass. cargo audit confirms vulnerability resolved. Refs #363 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
AlexMikhalev
added a commit
that referenced
this pull request
Apr 7, 2026
serenity 0.12.5 transitively pulled rustls-webpki 0.102.8 via tokio-tungstenite 0.21 -> rustls 0.22.4, triggering the CRL revocation bypass advisory (RUSTSEC-2026-0049). Changes: - Remove serenity 0.12 from terraphim_tinyclaw/Cargo.toml; discord feature is now an empty stub pending serenity 0.13+ with rustls 0.23 - Stub DiscordChannel::start/send to return clear error messages - Remove RUSTSEC-2026-0049 from deny.toml ignore list (no longer needed) - Remove ineffective [patch.crates-io] overrides for tokio-tungstenite and rustls-webpki (semver-incompatible, never applied correctly) - Remove workspace rustls/rustls-webpki version pins added for the patch Verification: - cargo audit: 0 errors, RUSTSEC-2026-0049 absent - rustls-webpki 0.102.8 absent from Cargo.lock - cargo clippy -p terraphim_tinyclaw: 0 warnings - cargo test -p terraphim_tinyclaw: all tests pass Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps scraper from 0.24.0 to 0.25.0.
Release notes
Sourced from scraper's releases.
Commits
4cb7107Version 0.25.0382c092Add cargo deny to test github action (#287)29b3d8fUpdate repo URL (#286)943ee24Bump indexmap from 2.12.0 to 2.12.14848e3cAvoid panic for missing or invalid selectors75b88daAvoid panic for unknown flags85e6967Add version flag in executable381a4bdchore(Cargo.toml): bump servo to 0.36.03fca4f1Merge pull request #278 from rust-scraper/dependabot/cargo/indexmap-2.12.08e56e7eBump indexmap from 2.11.4 to 2.12.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)