Bump libcaesium
This commit is contained in:
parent
f76e8d8a31
commit
b50c4a0912
|
@ -580,6 +580,15 @@ version = "0.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "kamadak-exif"
|
||||||
|
version = "0.5.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
|
||||||
|
dependencies = [
|
||||||
|
"mutate_once",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lazy_static"
|
name = "lazy_static"
|
||||||
version = "1.4.0"
|
version = "1.4.0"
|
||||||
|
@ -594,8 +603,8 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libcaesium"
|
name = "libcaesium"
|
||||||
version = "0.16.1"
|
version = "0.16.2"
|
||||||
source = "git+https://github.com/Lymphatus/libcaesium?rev=0.16.1#ef402d1a1dfe417907f2379cab88c2e3b245ac4c"
|
source = "git+https://github.com/Lymphatus/libcaesium?rev=0.16.2#a67f2475a0f69a2bf5b8da27a51cd50a2c610d86"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"gifsicle",
|
"gifsicle",
|
||||||
|
@ -603,6 +612,7 @@ dependencies = [
|
||||||
"imagequant",
|
"imagequant",
|
||||||
"img-parts",
|
"img-parts",
|
||||||
"infer",
|
"infer",
|
||||||
|
"kamadak-exif",
|
||||||
"libc",
|
"libc",
|
||||||
"lodepng",
|
"lodepng",
|
||||||
"mozjpeg-sys",
|
"mozjpeg-sys",
|
||||||
|
@ -689,6 +699,12 @@ dependencies = [
|
||||||
"nasm-rs",
|
"nasm-rs",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "mutate_once"
|
||||||
|
version = "0.1.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nasm-rs"
|
name = "nasm-rs"
|
||||||
version = "0.2.5"
|
version = "0.2.5"
|
||||||
|
|
|
@ -15,4 +15,4 @@ rayon = "1.10"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
human_bytes = { version = "0.4", default-features = false }
|
human_bytes = { version = "0.4", default-features = false }
|
||||||
filetime = "0.2"
|
filetime = "0.2"
|
||||||
libcaesium = { git = "https://github.com/Lymphatus/libcaesium", rev = "0.16.1" }
|
libcaesium = { git = "https://github.com/Lymphatus/libcaesium", rev = "0.16.2" }
|
Loading…
Reference in New Issue