Skip to content

Commit 4b138df

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

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
@@ -29,7 +29,7 @@ uuid = { version = "0.8.1", features = ["v4"] }
2929
stable-hash = { git = "https://github.com/graphprotocol/stable-hash" }
3030
backtrace = "0.3"
3131
diesel_derives = "1.4.1"
32-
anyhow = "1.0.45"
32+
anyhow = "1.0.53"
3333
git-testament = "0.2.0"
3434
itertools = "0.10.3"
3535
pin-utils = "0.1"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ tokio = {version = "1.15.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.45"
12+
anyhow = "1.0.53"
1313
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)