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

Update ureq, plist, ron (#3446)

* Update ureq to 2.8.0

* Update ron and plist
This commit is contained in:
Emil Ernerfeldt
2023-10-07 19:12:27 +02:00
committed by GitHub
parent 38b4234c32
commit 4cbe930d9a
2 changed files with 40 additions and 32 deletions

View File

@@ -35,6 +35,7 @@ deny = [
skip = [
{ name = "arrayvec" }, # old version via tiny-skiaz
{ name = "base64" }, # small crate, old version from usvg
{ name = "libloading" }, # wgpu-hal itself depends on 0.8 while some of its dependencies, like ash and d3d12, depend on 0.7
{ name = "memoffset" }, # tiny dependency
{ name = "nix" }, # old version via winit