From 37b071fe9afd66ce2a7bc47f15ea094fae5de32d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:07:20 +0000 Subject: [PATCH] Update Rust crate tokio-postgres to 0.7.10 --- chaindexing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index 3b606c1..567d072 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -25,7 +25,7 @@ pin-project-lite = "0.2.14" 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-postgres = { version = "0.7.10", features = ["with-serde_json-1"], optional = true } tokio = { version = "1", features = ["full"] } uuid = { version = "1", features = ["v4", "serde"] } futures-core = { version = "0.3", features = ["alloc"] }