浏览代码

chore(deps) Update Rust crate libflate to v2 (#7410)

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

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -19,7 +19,7 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
 [dependencies]
 tauri-utils = { version = "2.0.0-alpha.6", path = "../../core/tauri-utils", features = [ "resources" ] }
 image = "0.24.6"
-libflate = "1.4"
+libflate = "2.0"
 anyhow = "1.0"
 thiserror = "1.0"
 serde_json = "1.0"