Skip to content

Commit d841e67

Browse files
dependabot[bot]leoyvens
authored andcommitted
build(deps): bump anyhow from 1.0.40 to 1.0.41
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.40 to 1.0.41. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.40...1.0.41) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d608d9 commit d841e67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

store/postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ uuid = { version = "0.8.1", features = ["v4"] }
3030
stable-hash = { git = "https://github.com/graphprotocol/stable-hash" }
3131
backtrace = "0.3"
3232
diesel_derives = "1.4.1"
33-
anyhow = "1.0.40"
33+
anyhow = "1.0.41"
3434
git-testament = "0.2.0"
3535
itertools = "0.10.1"
3636

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ tokio = {version = "1.2.0", features = ["rt", "macros", "process"]}
99
tokio-stream = "0.1"
1010
futures = "0.3.13"
1111
port_check = "0.1.5"
12-
anyhow = "1.0.40"
12+
anyhow = "1.0.41"
1313
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)