From 816c5a6d942d6a5d0a07ecad4c6a3dcbc6844cff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 20:42:34 +0000 Subject: [PATCH] fix(deps): update nokhwa digest to ae0d818 --- host_wasmtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_wasmtime/Cargo.toml b/host_wasmtime/Cargo.toml index 7b3a7c9..283d5bf 100644 --- a/host_wasmtime/Cargo.toml +++ b/host_wasmtime/Cargo.toml @@ -14,7 +14,7 @@ dummy = ["dep:fraction", "dep:image"] # released versions of nokhwa is a bit broken for avfoundation. # https://github.com/l1npengtul/nokhwa/pull/151 # https://github.com/l1npengtul/nokhwa/pull/152 -nokhwa = {git = "https://github.com/yamt/nokhwa", rev = "0.10+fixes", features = ["input-native", "output-threaded"], optional = true} +nokhwa = {git = "https://github.com/yamt/nokhwa", rev = "ae0d818e1c667db6e8561bab96a3eb2b620dcbcb", features = ["input-native", "output-threaded"], optional = true} fraction = { version = "0.15", optional = true } image = { version = "0.25.1", default-features = false, optional = true }