From f457faf36f7fcf5d5f197c14a7383a9017d2902f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:07:14 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.116 --- chaindexing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index 3b606c1..d4e27fc 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -24,7 +24,7 @@ diesel-async = { version = "0.4", features = ["bb8", "postgres"] } pin-project-lite = "0.2.14" ethers = "2.0" serde = { version = "1.0", features = ["derive"] } -serde_json = "1" +serde_json = "1.0.116" tokio-postgres = { version = "0.7", features = ["with-serde_json-1"], optional = true } tokio = { version = "1", features = ["full"] } uuid = { version = "1", features = ["v4", "serde"] }