chore(deps): fix cargo-deny advisory failures#649
Merged
Conversation
Update anyhow to 1.0.103 (RUSTSEC-2026-0190) and wasmtime to 46.0.1 (RUSTSEC-2026-0188). Add deny.toml ignores for quick-xml advisories (RUSTSEC-2026-0194/0195, blocked on opendal) and the ttf-parser unmaintained notice (RUSTSEC-2026-0192, blocked on fontdue). Fixes #648 Signed-off-by: streamkit-devin <devin@streamkit.dev>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #649 +/- ##
==========================================
+ Coverage 85.22% 85.24% +0.01%
==========================================
Files 249 249
Lines 75412 75412
Branches 2437 2437
==========================================
+ Hits 64272 64285 +13
+ Misses 11134 11121 -13
Partials 6 6
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Summary
cargo deny check advisoriesfailure (fixes chore(deps): cargo-deny advisories failing on main (anyhow, quick-xml, ttf-parser, wasmtime-wasi) #648).cargo update: anyhow 1.0.102 → 1.0.103 (RUSTSEC-2026-0190 unsoundness) and wasmtime/wasmtime-wasi 46.0.0 → 46.0.1 (RUSTSEC-2026-0188 WASI FilePerms bypass).deny.tomlignores for the two quick-xml DoS advisories (RUSTSEC-2026-0194/0195): opendal 0.57 pins quick-xml 0.39, so no upgrade path exists; exposure is limited to XML from the operator-configured S3 endpoint. Removal is tracked in Remove quick-xml RUSTSEC-2026-0194/0195 deny.toml ignores once opendal upgrades quick-xml #647, which stays open.deny.tomlignore for the ttf-parser unmaintained notice (RUSTSEC-2026-0192): transitive via fontdue 0.9.3 (latest), no vulnerability; remove when fontdue migrates or we switch to an alternative.Review & Validation
cargo deny check advisoriespassescargo check --workspaceverified locally)Notes
Link to Devin session: https://staging.itsdev.in/sessions/94ea78ef75e341abaa5f8d5dc77aa3ce
Requested by: @streamer45
Devin Review
ef8f37d