aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-19 04:20:22 +0000
committerGitHub <noreply@github.com>2021-11-19 04:20:22 +0000
commit28d8b3e3492e671f13b01e0e2b927af314c0c6e8 (patch)
treef2455a267c6a62fb63e95e4c6afb9aced20f5258
parentMerge pull request #639 from svenstaro/dependabot/cargo/strum_macros-0.23.0 (diff)
downloadminiserve-28d8b3e3492e671f13b01e0e2b927af314c0c6e8.tar.gz
miniserve-28d8b3e3492e671f13b01e0e2b927af314c0c6e8.zip
Bump anyhow from 1.0.45 to 1.0.47
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.45 to 1.0.47. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.45...1.0.47) --- 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 cbf3718..e0bb169 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -317,9 +317,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.45"
+version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
+checksum = "38d9ff5d688f1c13395289f67db01d4826b46dd694e7580accdc3e8430f2d98e"
[[package]]
name = "askama_escape"