From 397d50bb3920d81953b595aebbc0e1623871fe8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:06:39 +0000 Subject: [PATCH] Update Rust crate dotenvy to 0.15.7 --- chaindexing-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaindexing-tests/Cargo.toml b/chaindexing-tests/Cargo.toml index 81990a0..bf515fb 100644 --- a/chaindexing-tests/Cargo.toml +++ b/chaindexing-tests/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" chaindexing = { path = "../chaindexing", features = ["postgres"] } ethers = "2.0" futures-util = "0.3" -dotenvy = "0.15" +dotenvy = "0.15.7" diesel = { version = "2", features = ["postgres", "chrono"] } rand = "0.8.5" tokio = { version = "1.37", features = ["full"] }