diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-23 04:19:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 04:19:28 +0000 |
commit | 45ad0e9339b69c7070cb162d5e1951dc1183c31c (patch) | |
tree | 25c5f8b8aa9164850a28ac010a13063d5febc5fc | |
parent | Merge pull request #642 from svenstaro/dependabot/cargo/strum_macros-0.23.1 (diff) | |
download | miniserve-45ad0e9339b69c7070cb162d5e1951dc1183c31c.tar.gz miniserve-45ad0e9339b69c7070cb162d5e1951dc1183c31c.zip |
Bump anyhow from 1.0.47 to 1.0.48
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.47 to 1.0.48.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.47...1.0.48)
---
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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -317,9 +317,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.47" +version = "1.0.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d9ff5d688f1c13395289f67db01d4826b46dd694e7580accdc3e8430f2d98e" +checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e" [[package]] name = "askama_escape" |