aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-29 04:21:05 +0000
committerGitHub <noreply@github.com>2021-11-29 04:21:05 +0000
commit0ac476b877a631d32e966986109fda044439d78d (patch)
tree0d91860da2827d08323af9973da5bd78bcf53afb
parentMerge pull request #643 from svenstaro/dependabot/cargo/futures-0.3.18 (diff)
downloadminiserve-0ac476b877a631d32e966986109fda044439d78d.tar.gz
miniserve-0ac476b877a631d32e966986109fda044439d78d.zip
Bump anyhow from 1.0.48 to 1.0.50
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.48 to 1.0.50. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.48...1.0.50) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 50b3c73..08d131c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -317,9 +317,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.48"
+version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e"
+checksum = "ecc78c299ae753905840c5d3ba036c51f61ce5a98a83f98d9c9d29dffd427f71"
[[package]]
name = "askama_escape"