Skip to content

Commit

Permalink
Merge pull request #203 from hoodie/renovate/image-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate image to 0.25
  • Loading branch information
hoodie authored Apr 4, 2024
2 parents 79fbbc8 + b8ca6f3 commit 000bba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include = [
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
dbus = { version = "0.9", optional = true }
lazy_static = { version = "1", optional = true }
image = { version = "0.24", optional = true }
image = { version = "0.25", optional = true }
zbus = { version = "4.1", optional = true }
serde = { version = "1", optional = true }
log = "0.4"
Expand Down

0 comments on commit 000bba6

Please sign in to comment.