From 61364e0941fd929f42ad0e4b3f524c4a33b8a43d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:48:41 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.35.1 --- 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 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"]}