Skip to content

Commit

Permalink
Bump the 'jpeg' version requirement to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Nov 11, 2022
1 parent bf0a96b commit bef1266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -35,7 +35,7 @@ byteorder = "1.3.2"
num-rational = { version = "0.4", default-features = false }
num-traits = "0.2.0"
gif = { version = "0.11.1", optional = true }
jpeg = { package = "jpeg-decoder", version = "0.2.1", default-features = false, optional = true }
jpeg = { package = "jpeg-decoder", version = "0.3.0", default-features = false, optional = true }
png = { version = "0.17.6", optional = true }
scoped_threadpool = { version = "0.1", optional = true }
tiff = { version = "0.7.1", optional = true }
Expand Down

0 comments on commit bef1266

Please sign in to comment.