fix(deps): backport secure Wayland XML parser

This commit is contained in:
2026-07-10 00:37:49 -04:00
parent fcc8443c45
commit 670f7abe60
24 changed files with 6886 additions and 5 deletions
+2
View File
@@ -6,6 +6,7 @@ members = [
"crates/ely_domain",
"crates/ely_servo_host",
"crates/ely_sync_client",
"third_party/wayland-scanner",
]
default-members = ["crates/ely_app"]
resolver = "2"
@@ -43,6 +44,7 @@ gpui = { path = "third_party/gpui" }
gpui_http_client = { path = "third_party/gpui_support/gpui_http_client" }
gpui_sum_tree = { path = "third_party/gpui_support/gpui_sum_tree" }
gpui_util = { path = "third_party/gpui_support/gpui_util" }
wayland-scanner = { path = "third_party/wayland-scanner" }
zed-sum-tree = { path = "third_party/gpui_support/zed-sum-tree" }
[workspace.lints.rust]