소스 검색

Update ico package (#5577)

Eric Veilleux 2 년 전
부모
커밋
15ebeb1851
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/tauri/Cargo.toml

+ 1 - 1
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]