Skip to content

Commit

Permalink
upgrade webp
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Aug 3, 2023
1 parent 0680741 commit 5419a8b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
45 changes: 23 additions & 22 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ reqwest = { version = "0.11.18", default-features = false, features=["blocking",
tar = { version = "0.4.39", default-features = false }
term_size = { version = "0.3.2", default-features = false }
tokio = { version = "1.29.1", default-features = false, features = ["macros"] }
webp = { version = "0.2.4", default-features = false, features = ["img"] }
webp = { version = "0.2.5", default-features = false, features = ["img"] }

[dev-dependencies]
assert_fs = { version = "1.0.13" }
Expand Down

0 comments on commit 5419a8b

Please sign in to comment.