build(deps): yuvutils renamed to yuv (#774)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-Andre Lureau 2025-04-23 17:47:19 +04:00 committed by GitHub
parent fb3769c4a7
commit d8ab533463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

6
fuzz/Cargo.lock generated
View file

@ -364,7 +364,7 @@ dependencies = [
"num-derive",
"num-traits",
"thiserror",
"yuvutils-rs",
"yuv",
]
[[package]]
@ -790,10 +790,10 @@ dependencies = [
]
[[package]]
name = "yuvutils-rs"
name = "yuv"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b699b6503cd14c70b258eaffedd7ada5a781ea23206eeb9066736b99ba37af1"
checksum = "286db5a334f270dc6fdb6577946d4588768e154bc3dfd291c833cd035afd22f6"
dependencies = [
"num-traits",
]