diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-19 04:20:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 04:20:22 +0000 |
commit | 28d8b3e3492e671f13b01e0e2b927af314c0c6e8 (patch) | |
tree | f2455a267c6a62fb63e95e4c6afb9aced20f5258 | |
parent | Merge pull request #639 from svenstaro/dependabot/cargo/strum_macros-0.23.0 (diff) | |
download | miniserve-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |