aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-22 19:11:17 +0000
committerGitHub <[email protected]>2021-11-22 19:11:17 +0000
commit9b8f4eeb82dda82feef4796678b3ed49a9f8e0e5 (patch)
tree9eecb1ea155b65fbc2ae129e31e62f43d5c10d38
parenta8ea1bf63a5be0afa24718c298b3a2d865fd604b (diff)
Bump anyhow from 1.0.45 to 1.0.48
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.45 to 1.0.48. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.45...1.0.48) --- 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 a8f9c1e..e63cabd 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.45" 25version = "1.0.48"
26source = "registry+https://github.com/rust-lang/crates.io-index" 26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7" 27checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e"
28 28
29[[package]] 29[[package]]
30name = "assert_cmd" 30name = "assert_cmd"