From 29426201dc48328c203fba2dc1e13105235e2248 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Mon, 17 Mar 2025 11:04:38 +1300 Subject: [PATCH] Upgrade dirs to 6.0.0 Signed-off-by: Nico Burns --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43e1d8c..449df31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ freetype-sys = "0.20" yeslogic-fontconfig-sys = "6.0" [target.'cfg(not(any(target_arch = "wasm32", target_family = "windows", target_os = "android", target_env = "ohos")))'.dependencies] -dirs = "5.0" +dirs = "6.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] walkdir = "2.1"