Skip to content

Commit

Permalink
Update Rust crate image to 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 86300b5 commit 7c7c99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ serde_json = "1.0"
pretty_assertions = "1.4.0"

# images
image = { version = "0.25.0", default-features = false, features = ["jpeg", "png", "webp"] }
image = { version = "0.25.1", default-features = false, features = ["jpeg", "png", "webp"] }

0 comments on commit 7c7c99b

Please sign in to comment.