Commit bbf0f59
fix(deps): drop vulnerable quick-xml via tauri-winrt-notification bump (closes #89)
quick-xml 0.37.5, pulled in transitively via
quick-xml <- tauri-winrt-notification 0.7.2 <- notify-rust <-
tauri-plugin-notification <- driven-app, was vulnerable to
RUSTSEC-2026-0194 and RUSTSEC-2026-0195.
tauri-winrt-notification 0.7.3 (published on crates.io, semver-compatible
with notify-rust's existing ^0.7 requirement) dropped the quick-xml
dependency entirely (tauri-apps/winrt-notification#53), so a plain
`cargo update -p tauri-winrt-notification` removes the vulnerable copy
from the tree without any [patch.crates-io] override or code change.
The other vulnerable copy (via plist <- tauri-utils) was already resolved
on main via a routine dependabot bump to plist 1.10.0 (quick-xml 0.41.0).
Remove the two now-unused RUSTSEC-2026-0194 / RUSTSEC-2026-0195 ignores
from deny.toml.
Closes #89
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QZQVP2tUuTLh8oL31D8heC1 parent b938756 commit bbf0f59
2 files changed
Lines changed: 3 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 35 | | |
57 | 36 | | |
58 | 37 | | |
| |||
0 commit comments