aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-30 19:31:35 +0000
committerGitHub <[email protected]>2021-10-30 19:31:35 +0000
commit1dfff1d6f4b49f07d82b6559c727c05cf95c215c (patch)
treec286d7711f9f8f6156d766181f7ab4315def44e1
parent2c732a7cd1d8ca1c83b5f3be68788a8d651231e4 (diff)
Bump anyhow from 1.0.41 to 1.0.44
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.41 to 1.0.44. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.41...1.0.44) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b01d611..74f6879 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,9 +13,9 @@ dependencies = [
13 13
14[[package]] 14[[package]]
15name = "anyhow" 15name = "anyhow"
16version = "1.0.41" 16version = "1.0.44"
17source = "registry+https://github.com/rust-lang/crates.io-index" 17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" 18checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
19 19
20[[package]] 20[[package]]
21name = "assert_cmd" 21name = "assert_cmd"