From aeb7e6901965c08c6d3432ac5e83c094cac1bc3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:07:57 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.35.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 cb74223..345f6a9 100644 --- a/host_wasmtime/Cargo.toml +++ b/host_wasmtime/Cargo.toml @@ -12,7 +12,7 @@ tracing = { version = "0.1.40", features = ["max_level_trace"] } tracing-subscriber = "0.3.18" image = { version = "0.24.7", default-features = false } async-trait = "0.1.74" -tokio = { version = "1.34.0", default-features = false } +tokio = { version = "1.35.0", default-features = false } # released versions of nokhwa is a bit broken for avfoundation. # https://github.com/l1npengtul/nokhwa/pull/151