aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-29 19:16:02 +0000
committerGitHub <[email protected]>2021-11-29 19:16:02 +0000
commit36174931fef7e6bc537f9324029459ba112b81e0 (patch)
tree80d8c91f6234e44b9917b868d7a249e47c85e608
parentf4a2ac8cac58005dcb34e91aac2efc56f7f70014 (diff)
Bump anyhow from 1.0.48 to 1.0.51
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.48 to 1.0.51. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.48...1.0.51) --- 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 76a5776..8e132f4 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.48" 25version = "1.0.51"
26source = "registry+https://github.com/rust-lang/crates.io-index" 26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e" 27checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
28 28
29[[package]] 29[[package]]
30name = "assert_cmd" 30name = "assert_cmd"