Skip to content

Commit 4919341

Browse files
dependabot[bot]lutter
authored andcommitted
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] <[email protected]>
1 parent b561981 commit 4919341

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ diesel-derive-enum = { version = "2.1.0", features = ["postgres"] }
6161
diesel-dynamic-schema = { version = "0.2.3", features = ["postgres"] }
6262
diesel_derives = "2.3.6"
6363
diesel_migrations = "2.1.0"
64+
envconfig = "0.11.1"
6465
graph = { path = "./graph" }
6566
graph-core = { path = "./core" }
6667
graph-store-postgres = { path = "./store/postgres" }

chain/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition.workspace = true
55

66
[dependencies]
77
async-trait = { workspace = true }
8-
envconfig = "0.11.0"
8+
envconfig = { workspace = true }
99
jsonrpc-core = "18.0.0"
1010
graph = { path = "../../graph" }
1111
serde = { workspace = true }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ graph_derive = { path = "./derive" }
2323
diesel = { workspace = true }
2424
diesel_derives = { workspace = true }
2525
chrono = "0.4.42"
26-
envconfig = "0.11.0"
26+
envconfig = { workspace = true }
2727
Inflector = "0.11.3"
2828
atty = "0.2"
2929
reqwest = { version = "0.12.23", features = ["json", "stream", "multipart"] }

0 commit comments

Comments
 (0)