aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-22 06:42:09 +0000
committerGitHub <noreply@github.com>2022-02-22 06:42:09 +0000
commit555453db65f02daa17e95c08c15aed6355f90e8a (patch)
tree6d9705291084a3588a1fadef08c55c6744e52a28
parentMerge pull request #740 from svenstaro/dependabot/cargo/strum_macros-0.24.0 (diff)
downloadminiserve-555453db65f02daa17e95c08c15aed6355f90e8a.tar.gz
miniserve-555453db65f02daa17e95c08c15aed6355f90e8a.zip
Bump anyhow from 1.0.54 to 1.0.55
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.54 to 1.0.55. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.54...1.0.55) --- 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 81a3fc8..49c834f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -337,9 +337,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.54"
+version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d"
+checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
[[package]]
name = "askama_escape"