소스 검색

chore(deps) Update Tauri Bundler (#6683)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 년 전
부모
커밋
0974ecccd6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tooling/bundler/Cargo.toml

+ 2 - 2
tooling/bundler/Cargo.toml

@@ -19,7 +19,7 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
 [dependencies]
 tauri-utils = { version = "1.3.0", path = "../../core/tauri-utils", features = [ "resources" ] }
 image = "0.24.6"
-libflate = "1.3"
+libflate = "1.4"
 anyhow = "1.0"
 thiserror = "1.0"
 serde_json = "1.0"
@@ -33,7 +33,7 @@ log = { version = "0.4.17", features = [ "kv_unstable" ] }
 dirs-next = "2.0"
 encoding_rs = "0.8"
 os_pipe = "1"
-attohttpc = { version = "0.24", default-features = false }
+attohttpc = { version = "0.25", default-features = false }
 hex = "0.4"
 semver = "1"
 sha1 = "0.10"