Skip to content

Commit

Permalink
fix(deps): update rust crate image to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 2164d02 commit dcacc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ native-tls = { version = "0.2", optional = true }
cargo-packager-utils = { version = "0.1.0", path = "../utils", features = [ "serde" ] }
icns = { package = "tauri-icns", version = "0.1" }
time = { workspace = true, features = [ "formatting" ] }
image = "0.24"
image = "0.25"
tempfile = "3"
plist = "1"

Expand All @@ -87,7 +87,7 @@ regex = "1.10"
]

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies]
image = "0.24"
image = "0.25"
md5 = "0.7"
heck = "0.4"
ar = "0.9"

0 comments on commit dcacc41

Please sign in to comment.