From 1e02780ab45ff83c18066680bbe135c3c328c65c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:24:27 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.36.0 --- 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 2bdf726..89dc38a 100644 --- a/host_wasmtime/Cargo.toml +++ b/host_wasmtime/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1.0.79" tracing = { version = "0.1.40", features = ["max_level_trace"] } tracing-subscriber = "0.3.18" async-trait = "0.1.77" -tokio = { version = "1.35.1", default-features = false } +tokio = { version = "1.36.0", default-features = false } # preview2 and component-model are still moving targets. wasmtime = { version = "16.0.0", default-features = false, features = ["component-model", "cranelift"]}