deps: Upgrade font-kit and dirs (#37163)

Testing: This is just a dependency update, so doesn't need tests.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2025-05-28 13:57:23 +02:00 committed by GitHub
parent 45072ae2e0
commit 4f4c99a39e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 35 deletions

View file

@ -101,7 +101,7 @@ serde_json = { workspace = true }
surfman = { workspace = true, features = ["sm-angle-default"] }
[target.'cfg(not(any(target_os = "android", target_env = "ohos")))'.dependencies]
dirs = "5.0"
dirs = "6.0"
egui = "0.31.1"
egui-file-dialog = "0.9.0"
egui-winit = { version = "0.31.1", default-features = false, features = ["clipboard", "wayland"] }