Bump image from 0.22.3 to 0.22.4

Bumps [image](https://github.com/image-rs/image) from 0.22.3 to 0.22.4.
- [Release notes](https://github.com/image-rs/image/releases)
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md)
- [Commits](https://github.com/image-rs/image/compare/v0.22.3...v0.22.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-20 07:47:28 +00:00 committed by GitHub
parent e32414a4d3
commit 3f336b24b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ edition = "2018"
base64 = "0.11.0"
futures = "0.3"
futures-boxed = { path = "../futures_boxed" }
image = "0.22.3"
image = "0.22.4"
log = "0.4.6"
tempfile = "3"
texlab-citeproc = { path = "../texlab_citeproc" }