diff --git a/cdviz-collector/Cargo.toml b/cdviz-collector/Cargo.toml index 493e0ba..1b79fad 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.0", features = ["full"] } +tokio = { version = "1.36", features = ["full"] } tracing = "0.1" tracing-opentelemetry-instrumentation-sdk = { version = "0.18" }