KernelFreeze / Litecraft

Open source, clean room implementation of Minecraft Client
MIT License
138 stars 6 forks source link

Update image requirement from 0.19 to 0.20 #13

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on image to permit the latest version.

Changelog *Sourced from [image's changelog](https://github.com/PistonDevelopers/image/blob/master/CHANGES.md).* > # Rust Image 0.4 Release Notes > > Rust image aims to be a pure-Rust implementation of various popular image formats. Accompanying reading/write support, rust image provides basic imaging processing function. See `README.md` for further details. > > ## Known issues > - Interlaced (progressive) or animated images are not well supported. > - Images with *n* bit/channel (*n ≠ 8*) are not well supported. > > ## Changes > > ### Version 0.20 > > - Clippy lint pass > - Updated num-rational dependency > - Added BGRA and BGR color types > - Improved performance of image resizing > - Improved PBM decoding > - PNM P4 decoding now returns bits instead of bytes > - Fixed move of overlapping buffers in BMP decoder > - Fixed some document comments > - `GenericImage` and `GenericImageView` is now object-safe > - Moved TIFF code to its own library > - Fixed README examples > - Fixed ordering of interpolated parameters in TIFF decode error string > - Thumbnail now handles upscaling > - GIF encoding for multiple frames > - Improved subimages API > - Cargo fmt fixes > > ### Version 0.19 > > - Fixed panic when blending with alpha zero. > - Made `save` consistent. > - Consistent size calculation. > - Fixed bug in `apply_with_alpha`. > - Implemented `TGADecoder::read_scanline`. > - Use deprecated attribute for `pixels_mut`. > - Fixed bug in JPEG grayscale encoding. > - Fixed multi image TIFF. > - PNM encoder. > - Added `#[derive(Hash)]` for `ColorType`. > - Use `num-derive` for `#[derive(FromPrimitive)]`. > - Added `into_frames` implementation for GIF. > - Made rayon an optional dependency. > - Fixed issue where resizing image did not give exact width/height. > - Improved downscale. > - Added a way to expose options when saving files. > - Fixed some compiler warnings. > - Switched to lzw crate instead of using built-in version. > - Added `ExactSizeIterator` implementations to buffer structs. > ... (truncated)
Commits - See full diff in [compare view](https://github.com/PistonDevelopers/image/commits)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.

⚠️ Dependabot is rebasing this PR ⚠️

This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).