diff --git a/guest_rust/Cargo.toml b/guest_rust/Cargo.toml index 6e4c4fe..38d4fa3 100644 --- a/guest_rust/Cargo.toml +++ b/guest_rust/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -anyhow = "1.0.76" +anyhow = "1.0.79" fraction = "0.15" getopts = "0.2" wit-bindgen = "0.16.0" diff --git a/host_wasmtime/Cargo.toml b/host_wasmtime/Cargo.toml index c5c545e..625bb3f 100644 --- a/host_wasmtime/Cargo.toml +++ b/host_wasmtime/Cargo.toml @@ -19,7 +19,7 @@ nokhwa = {git = "https://github.com/yamt/nokhwa", rev = "0.10+fixes", features = fraction = { version = "0.15", optional = true } image = { version = "0.24.7", default-features = false, optional = true } -anyhow = "1.0.76" +anyhow = "1.0.79" tracing = { version = "0.1.40", features = ["max_level_trace"] } tracing-subscriber = "0.3.18" async-trait = "0.1.75"