From 15ebeb1851888ec0810e680dcee85dcc94256892 Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Tue, 22 Nov 2022 09:15:54 -0500 Subject: [PATCH] Update ico package (#5577) --- core/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 53b05cf7a..85e9bb66b 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -83,7 +83,7 @@ data-url = { version = "0.2", optional = true } serialize-to-javascript = "=0.1.1" infer = { version = "0.9", optional = true } png = { version = "0.17", optional = true } -ico = { version = "0.1", optional = true } +ico = { version = "0.2.0", optional = true } encoding_rs = "0.8.31" [target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]