Skip to content

Commit

Permalink
Merge pull request #66 from axodotdev/rm_image_deps
Browse files Browse the repository at this point in the history
chore(deps): remove image decoders
  • Loading branch information
mistydemeo committed Sep 14, 2023
2 parents 10e2f44 + b7235d4 commit fa55503
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 @@ -17,7 +17,7 @@ compression-tar = ["flate2", "tar", "xz2"]
compression-zip = ["zip"]

[dependencies]
image = "0.24.5"
image = { version = "0.24.5", default-features = false }
mime = "0.3.16"
reqwest = { version = "0.11.13", optional = true, default-features = false, features = ["json", "rustls-tls"] }
thiserror = "1.0.37"
Expand Down

0 comments on commit fa55503

Please sign in to comment.