Explorar el Código

chore(deps) Update Rust crate image to 0.23.14 (#1313)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] hace 4 años
padre
commit
28c1fc57f3
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      cli/tauri-bundler/Cargo.lock
  2. 1 1
      cli/tauri-bundler/Cargo.toml

+ 2 - 2
cli/tauri-bundler/Cargo.lock

@@ -473,9 +473,9 @@ dependencies = [
 
 [[package]]
 name = "image"
-version = "0.23.13"
+version = "0.23.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "293f07a1875fa7e9c5897b51aa68b2d8ed8271b87e1a44cb64b9c3d98aabbc0d"
+checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
 dependencies = [
  "bytemuck",
  "byteorder",

+ 1 - 1
cli/tauri-bundler/Cargo.toml

@@ -22,7 +22,7 @@ chrono = "0.4"
 dirs-next = "2.0.0"
 glob = "0.3.0"
 icns = "0.3"
-image = "0.23.13"
+image = "0.23.14"
 libflate = "1.0"
 md5 = "0.7.0"
 anyhow = "1.0"