KernelFreeze / Litecraft

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

Update image requirement from 0.20 to 0.21 #19

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 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.21 > > - Updated README to use `GenericImageView` > - Removed outdated version number from CHANGES > - Compiles now with wasm-unknown-emscripten target > - Restructured `ImageDecoder` trait > - Updated README with a more colorful example for the Julia fractal > - Use Rust 1.24.1 as minimum supported version > - Support for loading GIF frames one at a time with `animation::Frames` > - The TGA decoder now recognizes 32 bpp as RGBA(8) > - Fixed `to_bgra` document comment > - Added release test script > - Removed unsafe code blocks several places > - Fixed overlay overflow bug issues with documented proofs > > ### 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`. > ... (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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@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.