diff --git a/guest_rust/Cargo.toml b/guest_rust/Cargo.toml index 38d4fa3..f68e29c 100644 --- a/guest_rust/Cargo.toml +++ b/guest_rust/Cargo.toml @@ -13,4 +13,4 @@ anyhow = "1.0.79" fraction = "0.15" getopts = "0.2" wit-bindgen = "0.16.0" -image = { version = "0.24.7", default-features = false, features = ["jpeg"] } +image = { version = "0.24.8", default-features = false, features = ["jpeg"] } diff --git a/host_wasmtime/Cargo.toml b/host_wasmtime/Cargo.toml index cd4cb7e..2bdf726 100644 --- a/host_wasmtime/Cargo.toml +++ b/host_wasmtime/Cargo.toml @@ -17,7 +17,7 @@ dummy = ["dep:fraction", "dep:image"] nokhwa = {git = "https://github.com/yamt/nokhwa", rev = "0.10+fixes", features = ["input-native", "output-threaded"], optional = true} fraction = { version = "0.15", optional = true } -image = { version = "0.24.7", default-features = false, optional = true } +image = { version = "0.24.8", default-features = false, optional = true } anyhow = "1.0.79" tracing = { version = "0.1.40", features = ["max_level_trace"] }