Skip to content

Commit 3f42565

Browse files
dependabot[bot]MitMaro
authored andcommitted
Bump anyhow from 1.0.68 to 1.0.71
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.71. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.68...1.0.71) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b11c28 commit 3f42565

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.

src/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
name = "core"
1616

1717
[dependencies]
18-
anyhow = "1.0.68"
18+
anyhow = "1.0.71"
1919
bitflags = "1.3.2"
2020
captur = "0.1.0"
2121
crossbeam-channel = "0.5.8"

src/view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "view"
1818
testutils = ["dep:bitflags"]
1919

2020
[dependencies]
21-
anyhow = "1.0.68"
21+
anyhow = "1.0.71"
2222
bitflags = { version = "1.3.2", optional = true }
2323
captur = "0.1.0"
2424
crossbeam-channel = "0.5.8"

0 commit comments

Comments
 (0)