diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-30 04:18:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 04:18:15 +0000 |
commit | f118e7380227d2b90f05d1e647e56866c02a1495 (patch) | |
tree | 8c69b5d02a8530a4cc28f595b1a52260516c5130 | |
parent | Merge pull request #650 from svenstaro/dependabot/cargo/anyhow-1.0.50 (diff) | |
download | miniserve-f118e7380227d2b90f05d1e647e56866c02a1495.tar.gz miniserve-f118e7380227d2b90f05d1e647e56866c02a1495.zip |
Bump anyhow from 1.0.50 to 1.0.51
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.50 to 1.0.51.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.50...1.0.51)
---
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.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc78c299ae753905840c5d3ba036c51f61ce5a98a83f98d9c9d29dffd427f71" +checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" [[package]] name = "askama_escape" |