mirror of
https://github.com/denisidoro/navi
synced 2024-11-24 20:43:06 +00:00
Bump anyhow from 1.0.40 to 1.0.41 (#563)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.40 to 1.0.41. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.40...1.0.41) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
010a1df6aa
commit
2c6620f835
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -13,9 +13,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.40"
|
||||
version = "1.0.41"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
|
||||
checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
|
||||
|
||||
[[package]]
|
||||
name = "atty"
|
||||
|
|
|
@ -22,7 +22,7 @@ lazy_static = "1.4.0"
|
|||
directories-next = "2.0.0"
|
||||
walkdir = "2.3.1"
|
||||
shellwords = "1.1.0"
|
||||
anyhow = "1.0.38"
|
||||
anyhow = "1.0.41"
|
||||
thiserror = "1.0.25"
|
||||
strip-ansi-escapes = "0.1.0"
|
||||
edit = "0.1.3"
|
||||
|
|
Loading…
Reference in a new issue