mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
build(deps): yuvutils renamed to yuv (#774)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
fb3769c4a7
commit
d8ab533463
4 changed files with 8 additions and 8 deletions
6
fuzz/Cargo.lock
generated
6
fuzz/Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue