chore(deps) Update Rust crate image to 0.23.13 (#1196)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-02-10 01:08:42 -03:00
committed by GitHub
parent f30ec7efb8
commit 7aa88ddbac
2 changed files with 3 additions and 3 deletions

View File

@@ -565,9 +565,9 @@ dependencies = [
[[package]]
name = "image"
version = "0.23.12"
version = "0.23.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ce04077ead78e39ae8610ad26216aed811996b043d47beed5090db674f9e9b5"
checksum = "293f07a1875fa7e9c5897b51aa68b2d8ed8271b87e1a44cb64b9c3d98aabbc0d"
dependencies = [
"bytemuck",
"byteorder",

View File

@@ -23,7 +23,7 @@ clap = "^2"
dirs-next = "2.0.0"
glob = "0.3.0"
icns = "0.3"
image = "0.23.12"
image = "0.23.13"
libflate = "1.0"
md5 = "0.7.0"
anyhow = "1.0"