mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Bump ron to 0.10.1 (#6861)
This should help `cargo-deny` be at peace with https://github.com/emilk/egui/pull/6860, pending https://github.com/gfx-rs/wgpu/pull/7557.
This commit is contained in:
@@ -45,7 +45,6 @@ deny = [
|
||||
]
|
||||
|
||||
skip = [
|
||||
{ name = "base64" }, # Pretty small
|
||||
{ name = "bit-set" }, # wgpu's naga depends on 0.8, syntect's (used by egui_extras) fancy-regex depends on 0.5
|
||||
{ name = "bit-vec" }, # dependency of bit-set in turn, different between 0.6 and 0.5
|
||||
{ name = "bitflags" }, # old 1.0 version via glutin, png, spirv, …
|
||||
|
||||
Reference in New Issue
Block a user