diff --git a/Cargo.lock b/Cargo.lock index 67990cd2079..cf3746dabe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1173,22 +1173,22 @@ dependencies = [ [[package]] name = "envconfig" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea81cc7e21f55a9d9b1efb6816904978d0bfbe31a50347cb24b2e75564bcac9b" +checksum = "3c1d02ec9fdd0a585580bdc8fb7ad01675eee5e3b7336cedbabe3aab4a026dbc" dependencies = [ "envconfig_derive", ] [[package]] name = "envconfig_derive" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dfca278e5f84b45519acaaff758ebfa01f18e96998bc24b8f1b722dd804b9bf" +checksum = "d4291f0c7220b67ad15e9d5300ba2f215cee504f0924d60e77c9d1c77e7a69b1" dependencies = [ "proc-macro2", "quote", - "syn 1.0.107", + "syn 2.0.12", ] [[package]] diff --git a/chain/ethereum/Cargo.toml b/chain/ethereum/Cargo.toml index cd8b76512e4..c03c33f7d89 100644 --- a/chain/ethereum/Cargo.toml +++ b/chain/ethereum/Cargo.toml @@ -4,7 +4,7 @@ version.workspace = true edition.workspace = true [dependencies] -envconfig = "0.10.0" +envconfig = "0.11.0" futures = "0.1.21" http = "0.2.4" jsonrpc-core = "18.0.0" diff --git a/chain/substreams/Cargo.toml b/chain/substreams/Cargo.toml index 8054b338d93..63b355a6c2e 100644 --- a/chain/substreams/Cargo.toml +++ b/chain/substreams/Cargo.toml @@ -8,7 +8,7 @@ tonic-build = { workspace = true } [dependencies] async-stream = "0.3" -envconfig = "0.10.0" +envconfig = "0.11.0" futures = "0.1.21" http = "0.2.4" jsonrpc-core = "18.0.0" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 921a76ba5f2..b785ce29a5b 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -14,7 +14,7 @@ cid = "0.10.1" diesel = { version = "1.4.8", features = ["postgres", "serde_json", "numeric", "r2d2", "chrono"] } diesel_derives = "1.4" chrono = "0.4.25" -envconfig = "0.10.0" +envconfig = "0.11.0" Inflector = "0.11.3" isatty = "0.1.9" reqwest = { version = "0.11.14", features = ["json", "stream", "multipart"] }