Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump http, hyper etc. to 1.0; jsonrpsee 0.23 #7018

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Mar 6, 2024

Blocked by jsonrpsee (see below)

http/hyper bumps:


jsonrpsee observable changes:

  • dedicated ConnectionId type
  • tower::Service request and response types now always use their own Body (through jsonrpsee_http_client::Http{Request,Response}), this is kinda wrapping Box<dyn Body>
  • Server auto-generated methods all have an additional &http::Extensions parameter after the self receiver

@DaniPopes DaniPopes added S-blocked This cannot more forward until something else changes A-dependencies Pull requests or issues that are about dependencies labels Mar 6, 2024
@DaniPopes DaniPopes marked this pull request as draft March 6, 2024 18:47
@DaniPopes DaniPopes added the M-prevent-stale Prevents old inactive issues/PRs from being closed due to inactivity label Mar 6, 2024
@DaniPopes DaniPopes changed the title chore(deps): bump http, hyper etc. to 1.0 chore(deps): bump http, hyper etc. to 1.0; jsonrpsee 0.23 May 30, 2024
@DaniPopes
Copy link
Member Author

Update: all dependencies are deduplicated, except for gloo but it's only under wasm/web feature.
Blocked on a jsonrpsee release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Pull requests or issues that are about dependencies M-prevent-stale Prevents old inactive issues/PRs from being closed due to inactivity S-blocked This cannot more forward until something else changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants