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 Mar 10, 2024
1 parent 03d662a commit dd21680
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 @@ -82,7 +82,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"
Expand All @@ -91,5 +91,5 @@ ar = "0.9"
icns = { package = "tauri-icns", version = "0.1" }
time = { workspace = true, features = [ "formatting" ] }
plist = "1"
image = "0.24"
image = "0.25"
tempfile = "3"

0 comments on commit dd21680

Please sign in to comment.