rustapi
rustapi copied to clipboard
Bump http from 0.2.9 to 1.0.0
Bumps http from 0.2.9 to 1.0.0.
Release notes
Sourced from http's releases.
v1.0.0
What's Changed
- Implement
CloneforRequest,Response, andExtensions. This breaking change requires that all extensions now implementClone.- Add a default-on
stdfeature. Disabling it currently is not supported.- Fix MIRI warnings in
HeaderMap::iter().New Contributors
@​hjr3made their first contribution in hyperium/http#644v0.2.11
What's Changed
- Fix MIRI warnings in
HeaderMap::iter().v0.2.10
What's Changed
- Fix parsing of
Authorityto handle square brackets in incorrect order.- Fix
HeaderMap::with_capacity()to handle arithmetic overflow.New Contributors
@​nickelcmade their first contribution in hyperium/http#598@​IsaacCloosmade their first contribution in hyperium/http#609@​f0rkimade their first contribution in hyperium/http#613@​discord9made their first contribution in hyperium/http#616@​mxsmmade their first contribution in hyperium/http#630@​xiaolou86made their first contribution in hyperium/http#633@​HeeillWangmade their first contribution in hyperium/http#628
Changelog
Sourced from http's changelog.
1.0.0 (November 15, 2023)
- Implement
CloneforRequest,Response, andExtensions. This breaking change requires that all extensions now implementClone.- Add a default-on
stdfeature. Disabling it currently is not supported.- Fix MIRI warnings in
HeaderMap::iter().0.2.10 (November 10, 2023)
- Fix parsing of
Authorityto handle square brackets in incorrect order.- Fix
HeaderMap::with_capacity()to handle arithmetic overflow.
Commits
1c06623v1.0.0c51f40ffeat: add default std featuree5b80c1test: add test to ensure HeaderMap::iter safety60c9b46chore(ci): run miri tests0a9c8adfix MIRI error in header::Iter (#642)f5f31f0feat: implement Clone for Request, Response, Extensions (#634)aa1af37start 1.0818269dv0.2.10b41d0b9Resolve arith overflow on with_capacity (#628)25c1803chore: fix typos (#633)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.