From c9a547e680dc0cb81fec38a636477d5a867ef3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:05:52 +0000 Subject: [PATCH] build(deps): bump envconfig from 0.11.0 to 0.11.1 Bumps [envconfig](https://github.com/greyblake/envconfig-rs) from 0.11.0 to 0.11.1. - [Changelog](https://github.com/greyblake/envconfig-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/greyblake/envconfig-rs/commits) --- updated-dependencies: - dependency-name: envconfig dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- chain/ethereum/Cargo.toml | 2 +- graph/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2d77c000a8..2ae7c9f1442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1541,18 +1541,18 @@ dependencies = [ [[package]] name = "envconfig" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1d02ec9fdd0a585580bdc8fb7ad01675eee5e3b7336cedbabe3aab4a026dbc" +checksum = "2934d78aeb06e54961db5b96cfca2b01f5cb01cf11c34f7b088932fd48233ac6" dependencies = [ "envconfig_derive", ] [[package]] name = "envconfig_derive" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4291f0c7220b67ad15e9d5300ba2f215cee504f0924d60e77c9d1c77e7a69b1" +checksum = "452c458dfb890a2fea64e4c894f83daad61689fb9bbe84c382e1ce6d7536710b" dependencies = [ "proc-macro2", "quote", diff --git a/chain/ethereum/Cargo.toml b/chain/ethereum/Cargo.toml index 1a395fa536e..52d21d9bbf7 100644 --- a/chain/ethereum/Cargo.toml +++ b/chain/ethereum/Cargo.toml @@ -5,7 +5,7 @@ edition.workspace = true [dependencies] async-trait = { workspace = true } -envconfig = "0.11.0" +envconfig = "0.11.1" jsonrpc-core = "18.0.0" graph = { path = "../../graph" } serde = { workspace = true } diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 6a5edc5f56b..5a734642e6a 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -23,7 +23,7 @@ graph_derive = { path = "./derive" } diesel = { workspace = true } diesel_derives = { workspace = true } chrono = "0.4.42" -envconfig = "0.11.0" +envconfig = "0.11.1" Inflector = "0.11.3" atty = "0.2" reqwest = { version = "0.12.23", features = ["json", "stream", "multipart"] }