diff --git a/host_wasmtime/Cargo.toml b/host_wasmtime/Cargo.toml index 89dc38a..682832b 100644 --- a/host_wasmtime/Cargo.toml +++ b/host_wasmtime/Cargo.toml @@ -22,7 +22,7 @@ image = { version = "0.24.8", default-features = false, optional = true } anyhow = "1.0.79" tracing = { version = "0.1.40", features = ["max_level_trace"] } tracing-subscriber = "0.3.18" -async-trait = "0.1.77" +async-trait = "0.1.78" tokio = { version = "1.36.0", default-features = false } # preview2 and component-model are still moving targets.