From 13eb748eb88bccd3261c644f39fa77032522c226 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 23:31:11 +0000 Subject: [PATCH] Update Rust crate diesel to 2.1.6 --- chaindexing-tests/Cargo.toml | 2 +- chaindexing/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chaindexing-tests/Cargo.toml b/chaindexing-tests/Cargo.toml index 81990a0..fc173f7 100644 --- a/chaindexing-tests/Cargo.toml +++ b/chaindexing-tests/Cargo.toml @@ -8,7 +8,7 @@ chaindexing = { path = "../chaindexing", features = ["postgres"] } ethers = "2.0" futures-util = "0.3" dotenvy = "0.15" -diesel = { version = "2", features = ["postgres", "chrono"] } +diesel = { version = "2.1.6", features = ["postgres", "chrono"] } rand = "0.8.5" tokio = { version = "1.37", features = ["full"] } diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index 3b606c1..aaaa600 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -19,7 +19,7 @@ async-trait = "0.1" bb8 = "0.8" derive_more = "0.99" chrono = { version = "0.4", features = ["serde"] } -diesel = { version = "2", features = ["postgres", "uuid", "chrono", "serde_json"] } +diesel = { version = "2.1.6", features = ["postgres", "uuid", "chrono", "serde_json"] } diesel-async = { version = "0.4", features = ["bb8", "postgres"] } pin-project-lite = "0.2.14" ethers = "2.0"