1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Fix cargo deny (#8300)

Updates crossbeam and ignores the others as there are no possible yet
This commit is contained in:
Lucas Meurer
2026-07-07 10:59:40 +02:00
committed by GitHub
parent f005960bdc
commit 765d5ea8a8
2 changed files with 6 additions and 5 deletions

View File

@@ -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",
]