Skip to content

Commit f94d35a

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

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.71"
18+
anyhow = "1.0.72"
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.71"
21+
anyhow = "1.0.72"
2222
bitflags = { version = "1.3.2", optional = true }
2323
captur = "0.1.0"
2424
crossbeam-channel = "0.5.8"

0 commit comments

Comments
 (0)