Browse Source

Bump image from 0.25.5 to 0.25.6 (#1563)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1577/head
dependabot[bot] 7 months ago committed by GitHub
parent
commit
82a500987c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -2093,9 +2093,9 @@ dependencies = [ @@ -2093,9 +2093,9 @@ dependencies = [
[[package]]
name = "image"
version = "0.25.5"
version = "0.25.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
dependencies = [
"bytemuck",
"byteorder-lite",

2
Cargo.toml

@ -12,7 +12,7 @@ members = ["ascii", "image", "manifest"] @@ -12,7 +12,7 @@ members = ["ascii", "image", "manifest"]
owo-colors = "4.2.1"
anyhow = "1.0"
clap = { version = "4.5.34", features = ["derive"] }
image = { version = "0.25.5", default-features = false, features = [
image = { version = "0.25.6", default-features = false, features = [
"color_quant",
"jpeg",
"png",

Loading…
Cancel
Save