diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-20 05:04:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 05:04:12 +0000 |
commit | d3e79b77c937f307826eb83489face7bcfd42fad (patch) | |
tree | 1794fcbd4ff5b60850db3dcbd7816e5a1a16d92a /Cargo.lock | |
parent | Bump deps (diff) | |
download | miniserve-d3e79b77c937f307826eb83489face7bcfd42fad.tar.gz miniserve-d3e79b77c937f307826eb83489face7bcfd42fad.zip |
Bump http from 0.2.8 to 0.2.9
Bumps [http](https://github.com/hyperium/http) from 0.2.8 to 0.2.9.
- [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.8...v0.2.9)
---
updated-dependencies:
- dependency-name: http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1176,9 +1176,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" +checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" dependencies = [ "bytes", "fnv", |