aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-24 04:19:51 +0000
committerGitHub <noreply@github.com>2021-12-24 04:19:51 +0000
commite3e8da40ce29b763c16640c8efdfceabd5b42d75 (patch)
treed826cf174570ed8c2a0679c2c084a9f02bcce56a
parentMerge pull request #673 from svenstaro/dependabot/cargo/reqwest-0.11.8 (diff)
downloadminiserve-e3e8da40ce29b763c16640c8efdfceabd5b42d75.tar.gz
miniserve-e3e8da40ce29b763c16640c8efdfceabd5b42d75.zip
Bump anyhow from 1.0.51 to 1.0.52
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.51 to 1.0.52. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.51...1.0.52) --- 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 9e53258..3fa171c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -317,9 +317,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.51"
+version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
+checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
[[package]]
name = "askama_escape"