chore(deps): update rust crate image to 0.25.2
This commit is contained in:
parent
093ce6b5ec
commit
5b0412d4cf
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1438,12 +1438,12 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "image"
|
name = "image"
|
||||||
version = "0.25.1"
|
version = "0.25.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
|
checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"byteorder",
|
"byteorder-lite",
|
||||||
"color_quant",
|
"color_quant",
|
||||||
"gif",
|
"gif",
|
||||||
"image-webp",
|
"image-webp",
|
||||||
|
|
|
@ -24,7 +24,7 @@ convert_case = { version = "0.6.0", default-features = false }
|
||||||
cuid2 = { version = "0.1.2", default-features = false }
|
cuid2 = { version = "0.1.2", default-features = false }
|
||||||
emojis = { version = "0.6.2", default-features = false }
|
emojis = { version = "0.6.2", default-features = false }
|
||||||
idna = { version = "1.0.2", default-features = false }
|
idna = { version = "1.0.2", default-features = false }
|
||||||
image = { version = "0.25.1", default-features = false }
|
image = { version = "0.25.2", default-features = false }
|
||||||
isahc = { version = "1.7.2", default-features = false }
|
isahc = { version = "1.7.2", default-features = false }
|
||||||
mfm = { git = "https://firefish.dev/firefish/mfm.git", rev = "1dc2cc408176e6559db08cb568e63236597341b4" }
|
mfm = { git = "https://firefish.dev/firefish/mfm.git", rev = "1dc2cc408176e6559db08cb568e63236597341b4" }
|
||||||
nom-exif = { version = "1.2.6", default-features = false }
|
nom-exif = { version = "1.2.6", default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue