Bump mozjpeg from 0.10.7 to 0.10.9

Bumps [mozjpeg](https://github.com/ImageOptim/mozjpeg-rust) from 0.10.7 to 0.10.9.
- [Commits](https://github.com/ImageOptim/mozjpeg-rust/compare/v0.10.7...v0.10.9)

---
updated-dependencies:
- dependency-name: mozjpeg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-21 05:32:30 +00:00
committed by freedit-dev
parent 50a640aa74
commit 26b7b2472a
2 changed files with 6 additions and 5 deletions

9
Cargo.lock generated
View File

@@ -1630,11 +1630,12 @@ dependencies = [
[[package]]
name = "mozjpeg"
version = "0.10.7"
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3bcd16df874918cb91d9ca985d7fde466bdc3b0983bf83c33395033568e510"
checksum = "8c1e1f1b1de2ee6ef673e8c76666b93794120fa6ec1cb4f535c129ea6f32731d"
dependencies = [
"arrayvec",
"bytemuck",
"libc",
"mozjpeg-sys",
"rgb",
@@ -2227,9 +2228,9 @@ dependencies = [
[[package]]
name = "rgb"
version = "0.8.40"
version = "0.8.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7439be6844e40133eda024efd85bf07f59d0dd2f59b10c00dd6cfb92cc5c741"
checksum = "ade4539f42266ded9e755c605bdddf546242b2c961b03b06a7375260788a0523"
dependencies = [
"bytemuck",
]

View File

@@ -27,7 +27,7 @@ img-parts = "0.3.0"
indexmap = "2"
jieba-rs = "0.7.0"
latex2mathml = "0.2.3"
mozjpeg = "0.10.4"
mozjpeg = "0.10.9"
nanoid = "0.4.0"
once_cell = "*"
pulldown-cmark = { version = "0.11.0", features = ["simd", "html"], default-features = false }