diff --git a/host_wasmtime/Cargo.toml b/host_wasmtime/Cargo.toml index df92dbd..4640b44 100644 --- a/host_wasmtime/Cargo.toml +++ b/host_wasmtime/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1.0.75" tracing = { version = "0.1.40", features = ["max_level_trace"] } tracing-subscriber = "0.3.18" async-trait = "0.1.74" -tokio = { version = "1.35.0", default-features = false } +tokio = { version = "1.35.1", default-features = false } # preview2 and component-model are still moving targets. wasmtime = { version = "15.0.1", default-features = false, features = ["component-model", "cranelift"]}