The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump http from 0.2.7 to 0.2.8 (#486)

Bumps [http](https://github.com/hyperium/http) from 0.2.7 to 0.2.8.
- [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.7...v0.2.8)

---
updated-dependencies:
- dependency-name: http
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
7d667ef2 7bf1f82c

+2 -2
+2 -2
Cargo.lock
··· 1011 1011 1012 1012 [[package]] 1013 1013 name = "http" 1014 - version = "0.2.7" 1014 + version = "0.2.8" 1015 1015 source = "registry+https://github.com/rust-lang/crates.io-index" 1016 - checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" 1016 + checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 1017 1017 dependencies = [ 1018 1018 "bytes", 1019 1019 "fnv",