ソースを参照

chore(deps) Update Rust crate libflate to v2 (1.x) (#8106)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 年間 前
コミット
bf859859d6
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 = "1.5.0", path = "../../core/tauri-utils", features = [ "resources" ] }
 image = "0.24.7"
-libflate = "1.4"
+libflate = "2.0"
 anyhow = "1.0"
 thiserror = "1.0"
 serde_json = "1.0"