aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-08 19:16:06 +0000
committerGitHub <[email protected]>2021-11-08 19:16:06 +0000
commit8bc21a5afeb81d67a85c3b7eda84239934d9aa70 (patch)
treef92b0cdd6f6ab31bc1b988f453f5226e88bd7a50
parentfc0bf7a591237211938eb707012a1d988f75ca2e (diff)
Bump anyhow from 1.0.44 to 1.0.45
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.44 to 1.0.45. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.44...1.0.45) --- 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 7bd8ff0..c6621ba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -22,9 +22,9 @@ dependencies = [
22 22
23[[package]] 23[[package]]
24name = "anyhow" 24name = "anyhow"
25version = "1.0.44" 25version = "1.0.45"
26source = "registry+https://github.com/rust-lang/crates.io-index" 26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1" 27checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
28 28
29[[package]] 29[[package]]
30name = "assert_cmd" 30name = "assert_cmd"