diff --git a/Cargo.toml b/Cargo.toml index 3abb5d2..0f96170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" time = "0.3" thiserror = "1" -tokio = { version = "1.0", features = ["full"] } +tokio = { version = "1.36", features = ["full"] } tracing = "0.1" tracing-opentelemetry-instrumentation-sdk = { version = "0.17" }