chore (deps): pin ravif and bitstream-io versions

This commit is contained in:
naskya 2024-07-21 05:52:36 +09:00
parent f7fec5b1f0
commit 964d550b28
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

8
Cargo.lock generated
View file

@ -334,9 +334,9 @@ dependencies = [
[[package]]
name = "bitstream-io"
version = "2.5.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcde5f311c85b8ca30c2e4198d4326bc342c76541590106f5fa4a50946ea499"
checksum = "7c12d1856e42f0d817a835fe55853957c85c8c8a470114029143d3f12671446e"
[[package]]
name = "blake2"
@ -2552,9 +2552,9 @@ dependencies = [
[[package]]
name = "ravif"
version = "0.11.8"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6ba61c28ba24c0cf8406e025cb29a742637e3f70776e61c27a8a8b72a042d12"
checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234"
dependencies = [
"avif-serialize",
"imgref",