Skip to content

Commit

Permalink
Merge pull request #68 from alexwlchan/dependabot/cargo/image-0.25.4
Browse files Browse the repository at this point in the history
Bump image from 0.25.2 to 0.25.4
  • Loading branch information
alexwlchan authored Oct 20, 2024
2 parents 41e96f1 + a485624 commit 9f9afdb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 deletions.
40 changes: 13 additions & 27 deletions 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 src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ mod tests {
assert_eq!(output.stdout, "");
assert_eq!(
output.stderr,
"Format error decoding WebP: Invalid Chunk header: [82, 73, 70, 70]\n"
"Format error decoding WebP: Invalid Chunk header: [52, 49, 46, 46]\n"
);
}

Expand Down

0 comments on commit 9f9afdb

Please sign in to comment.