diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-22 04:18:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 04:18:41 +0000 |
commit | 88862de3419e553c13628f913249e648e1f5b845 (patch) | |
tree | 7b7a066caac26dc1cba7a33417a39e5f03fcc2a2 | |
parent | Merge pull request #603 from svenstaro/dependabot/cargo/grass-0.10.8 (diff) | |
download | miniserve-88862de3419e553c13628f913249e648e1f5b845.tar.gz miniserve-88862de3419e553c13628f913249e648e1f5b845.zip |
Bump http from 0.2.4 to 0.2.5
Bumps [http](https://github.com/hyperium/http) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.4...v0.2.5)
---
updated-dependencies:
- dependency-name: http
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
@@ -1056,9 +1056,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" +checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" dependencies = [ "bytes", "fnv", |