rust-example-caster-api
rust-example-caster-api 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
Clone
forRequest
,Response
, andExtensions
. This breaking change requires that all extensions now implementClone
.- Add a default-on
std
feature. Disabling it currently is not supported.- Fix MIRI warnings in
HeaderMap::iter()
.New Contributors
@hjr3
made 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
Authority
to handle square brackets in incorrect order.- Fix
HeaderMap::with_capacity()
to handle arithmetic overflow.New Contributors
@nickelc
made their first contribution in hyperium/http#598@IsaacCloos
made their first contribution in hyperium/http#609@f0rki
made their first contribution in hyperium/http#613@discord9
made their first contribution in hyperium/http#616@mxsm
made their first contribution in hyperium/http#630@xiaolou86
made their first contribution in hyperium/http#633@HeeillWang
made their first contribution in hyperium/http#628
Changelog
Sourced from http's changelog.
1.0.0 (November 15, 2023)
- Implement
Clone
forRequest
,Response
, andExtensions
. This breaking change requires that all extensions now implementClone
.- Add a default-on
std
feature. Disabling it currently is not supported.- Fix MIRI warnings in
HeaderMap::iter()
.0.2.10 (November 10, 2023)
- Fix parsing of
Authority
to handle square brackets in incorrect order.- Fix
HeaderMap::with_capacity()
to handle arithmetic overflow.
Commits
1c06623
v1.0.0c51f40f
feat: add default std featuree5b80c1
test: add test to ensure HeaderMap::iter safety60c9b46
chore(ci): run miri tests0a9c8ad
fix MIRI error in header::Iter (#642)f5f31f0
feat: implement Clone for Request, Response, Extensions (#634)aa1af37
start 1.0818269d
v0.2.10b41d0b9
Resolve arith overflow on with_capacity (#628)25c1803
chore: fix typos (#633)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)