1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Update webpki 0.22.0 -> 0.22.1 (#3305)

This commit is contained in:
Emil Ernerfeldt
2023-09-05 13:03:37 +02:00
committed by GitHub
parent 46ea72abe4
commit b9f9cab914
2 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ unmaintained = "warn"
yanked = "deny"
ignore = [
"RUSTSEC-2020-0071", # https://rustsec.org/advisories/RUSTSEC-2020-0071 - chrono/time: Potential segfault in the time crate
"RUSTSEC-2023-0052", # https://rustsec.org/advisories/RUSTSEC-2023-0052 - can be fixed by `cargo update -p ureq`, but then we run into duplicate crates: https://github.com/algesten/ureq/issues/653
]
[bans]