mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Fix cargo deny failures
Update crossbeam-epoch to 0.9.20 to fix RUSTSEC-2026-0204, and ignore three advisories with no upstream fix available: - RUSTSEC-2026-0192: ttf-parser is unmaintained (via ab_glyph) - RUSTSEC-2026-0194/0195: quick-xml issues; zbus_xml and wayland-scanner are both still on quick-xml < 0.41 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1029,9 +1029,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "crossbeam-epoch"
|
||||
version = "0.9.18"
|
||||
version = "0.9.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
||||
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
|
||||
dependencies = [
|
||||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user