Skip to content

Commit d368fa1

Browse files
chore(deps): bump anyhow from 1.0.39 to 1.0.40
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.39 to 1.0.40. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.39...1.0.40) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6568d85 commit d368fa1

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.39"
33+
anyhow = "^1.0.40"
3434
itertools = "^0.10.0"
3535
structopt = { version = "^0.3.21", features = ["wrap_help"], optional = true }
3636

0 commit comments

Comments
 (0)