chore(deps): Bump http from 1.4.2 to 1.5.0 - #102
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@dependabot rebase |
2938d94 to
b5eceeb
Compare
Bumps [http](https://github.com/hyperium/http) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b5eceeb to
696c38f
Compare
|
Status: blocked on the supply-chain policy, not on anything wrong with this bump.
#117 has landed and separates the two causes that were tangled together. It refreshed (the exact crate is listed in the job log) Three ways forward, and the right one is a call for the maintainer rather than something to route around:
Leaving this open rather than forcing it through: a gate that gets bypassed whenever it is inconvenient is not a gate. |
Bumps http from 1.4.2 to 1.5.0.
Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
16fc9a7v1.5.0e559023fix(uri): enforce max length in PathAndQuery (#856)2178e17perf(header,uri): faster value validation, URI parse/format, map inserts (#852)03c8cd7fix(uri): allow empty paths in uri::Builder (#853)bb8705bfeat(method): add QUERY method (#798)