瀏覽代碼

chore(deps) Update Rust crate image to 0.24.4 (#5289)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 年之前
父節點
當前提交
3baa6ac9b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tooling/bundler/Cargo.toml

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -18,7 +18,7 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
 
 [dependencies]
 tauri-utils = { version = "1.1.1", path = "../../core/tauri-utils", features = [ "resources" ] }
-image = "0.24.3"
+image = "0.24.4"
 libflate = "1.2"
 anyhow = "1.0"
 thiserror = "1.0"