From 88714d79852fc87230181e5c30cf04905465dcaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 03:20:42 +0000 Subject: [PATCH] Update Rust crate tokio to 1.37.0 --- chaindexing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index 3b606c1..f5ca3f8 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -26,7 +26,7 @@ ethers = "2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1" tokio-postgres = { version = "0.7", features = ["with-serde_json-1"], optional = true } -tokio = { version = "1", features = ["full"] } +tokio = { version = "1.37.0", features = ["full"] } uuid = { version = "1", features = ["v4", "serde"] } futures-core = { version = "0.3", features = ["alloc"] } futures-util = "0.3"