From ea0d3837f96e0d5f27dd8f20f92777c03e10d97e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:02:22 +0000 Subject: [PATCH] Update Rust crate tokio to 1.37 --- cdviz-collector/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdviz-collector/Cargo.toml b/cdviz-collector/Cargo.toml index a654aa6..65cd3be 100644 --- a/cdviz-collector/Cargo.toml +++ b/cdviz-collector/Cargo.toml @@ -49,7 +49,7 @@ sqlx = { version = "0.7", features = [ ], default-features = false, optional = true } thiserror = "1" time = "0.3" -tokio = { version = "1.36", features = ["full"] } +tokio = { version = "1.37", features = ["full"] } tracing = "0.1" tracing-opentelemetry-instrumentation-sdk = { version = "0.18" }