Skip to content

Commit 6568d85

Browse files
chore(deps): bump anyhow from 1.0.38 to 1.0.39 (#8)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.38...1.0.39) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d92e86b commit 6568d85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ name = "code-minimap"
3030
path = "src/bin/code-minimap/main.rs"
3131

3232
[dependencies]
33-
anyhow = "^1.0.38"
33+
anyhow = "^1.0.39"
3434
itertools = "^0.10.0"
3535
structopt = { version = "^0.3.21", features = ["wrap_help"], optional = true }
3636

0 commit comments

Comments
 (0)