Skip to content

Commit 718963d

Browse files
build(deps): bump envconfig from 0.10.0 to 0.11.0 (#5890)
Bumps [envconfig](https://github.com/greyblake/envconfig-rs) from 0.10.0 to 0.11.0. - [Changelog](https://github.com/greyblake/envconfig-rs/blob/master/CHANGELOG.md) - [Commits](greyblake/envconfig-rs@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: envconfig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca43f50 commit 718963d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

chain/ethereum/Cargo.toml

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

66
[dependencies]
7-
envconfig = "0.10.0"
7+
envconfig = "0.11.0"
88
jsonrpc-core = "18.0.0"
99
graph = { path = "../../graph" }
1010
serde = { workspace = true }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ graph_derive = { path = "./derive" }
2121
diesel = { workspace = true }
2222
diesel_derives = { workspace = true }
2323
chrono = "0.4.38"
24-
envconfig = "0.10.0"
24+
envconfig = "0.11.0"
2525
Inflector = "0.11.3"
2626
isatty = "0.1.9"
2727
reqwest = { version = "0.12.15", features = ["json", "stream", "multipart"] }

0 commit comments

Comments
 (0)