Skip to content

Commit

Permalink
bump tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 12, 2024
1 parent a2c37c4 commit 06ef952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 06ef952

Please sign in to comment.