diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-08 04:15:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 04:15:16 +0000 |
commit | 3550168a0185a26274b3d7ff132182b13779ca3e (patch) | |
tree | 9ef3fae9aafc38ba0e7644b9097562c3e21ea47e | |
parent | Merge pull request #486 from svenstaro/dependabot/cargo/nanoid-0.4.0 (diff) | |
download | miniserve-3550168a0185a26274b3d7ff132182b13779ca3e.tar.gz miniserve-3550168a0185a26274b3d7ff132182b13779ca3e.zip |
Bump http from 0.2.3 to 0.2.4
Bumps [http](https://github.com/hyperium/http) from 0.2.3 to 0.2.4.
- [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.3...v0.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1141,9 +1141,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" dependencies = [ "bytes 1.0.1", "fnv", |