Skip to content

Commit

Permalink
Merge pull request #38 from kozakura913/main
Browse files Browse the repository at this point in the history
webp crateを0.3.0に変更
  • Loading branch information
kozakura913 authored Apr 19, 2024
2 parents bad4a0a + 45ca253 commit cba02ee
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 @@ -20,7 +20,7 @@ serde = {version="^1.0.164",features=["derive"]}
serde_json ="1"
reqwest = { version = "0.11", default-features = false , features = ["stream","rustls-tls-webpki-roots"] }
image = "0.25"
webp = { version = "0.2.7", default-features = false }
webp = { version = "0.3.0", default-features = false }
resvg = {version="0.41",features = [ "text","memmap-fonts","raster-images" ] }
rexif = "0.7.3"
avif-decoder_dep = { path="./avif-decoder_dep" ,optional = true }
Expand Down

0 comments on commit cba02ee

Please sign in to comment.