From 06ef9527b4be0c15fbd4e235fe4a0cbe636ed203 Mon Sep 17 00:00:00 2001 From: supernovahs Date: Wed, 12 Jun 2024 19:46:57 +0530 Subject: [PATCH] bump tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbda2754..5aa8808a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ eigen-services-avsregistry = {path = "crates/services/avsregistry"} eigen-services-bls_aggregation = {path = "crates/services/bls_aggregation"} eigen-services-operatorsinfo = {path = "crates/services/operatorsinfo"} info-operator-service = {path = "examples/info-operator-service"} -tokio = {version = "1.37.0" , features = ["test-util", "full","sync"] } +tokio = {version = "1.38.0" , features = ["test-util", "full","sync"] } futures-util = "0.3.30" thiserror = "1.0" tracing = "0.1.40"