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): update rust crate jsonrpsee-types to 0.24 #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Type Update Change
jsonrpsee-types (source) workspace.dependencies minor 0.23 -> 0.24

Release Notes

paritytech/jsonrpsee (jsonrpsee-types)

v0.24.4

Compare Source

This is non-breaking release that changes the error variants to be thiserror(transparent) for wrapped errors and adds ConnectionGuard to
the extensions to make it possible to get the number of active connections.

[Added]
  • server: expose ConnectionGuard as request extension (#​1443)
[Fixed]
  • types: use error(transparent) for wrapped errors when possible (#​1449)

v0.24.3

Compare Source

This is a small release that adds two new APIs to inject data via the extensions to the RpcModule/Methods
and it only impacts users that are using RpcModule directly via Methods::call/subscribe/raw_json_request (e.g., unit testing) and not the server itself.

[Added]
  • feat(server): add Methods::extensions/extensions_mut (#​1440)

v0.24.2

Compare Source

Another small release that fixes:

  • Notifications without params were not handled correctly in the client, which been has been fixed.
  • Improve compile times and reduce code-generation in the proc macro crate.
[Fixed]
  • client: parse notification without params (#​1436)
  • proc macros: remove direct tracing calls (#​1405)

Thanks to the external contributor @​DaniPopes who contributed to this release.

v0.24.1

Compare Source

This is a small release that forces jsonrpsee rustls to use the crypto backend ring which may panic if both ring and aws-lc features are enabled.
See https://github.com/rustls/rustls/issues/1877 for further information.

This has no impact on the default configuration of jsonrpsee which was already using ring as the default.

[Changed]
  • chore(deps): update gloo-net requirement from 0.5.0 to 0.6.0 (#​1428)
[Fixed]
  • fix: Explicitly set rustls provider before using rustls (#​1424)

v0.24.0

Compare Source

A breaking release that mainly changes:

  1. tls feature for the client has been divided into tls and tls-platform-verifier where the tls feature
    will only include rustls and no specific certificate store but the default one is still tls-rustls-platform-verifier.
    This is useful if one wants to avoid bring on openssl dependencies.
  2. Remove dependencies anyhow and beef from the codebase.
[Changed]
  • types: serialize id in Response before result/error fields (#​1421)
  • refactor(client+transport)!: split tls into tls and tls-rustls-platform-verifier features (#​1419)
  • chore(deps): update rustc-hash requirement from 1 to 2 (#​1410)
  • deps: remove anyhow (#​1402)
  • deps: remove beef (#​1401)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.24.4
    Updating crates.io index
error: failed to select a version for the requirement `jsonrpsee-types = "^0.23.2"`
candidate versions found which didn't match: 0.24.4
location searched: crates.io index
required by package `jsonrpsee v0.23.2`
    ... which satisfies dependency `jsonrpsee = "^0.23"` (locked to 0.23.2) of package `zksync_web3_decl v0.1.0`
    ... which satisfies dependency `zksync_web3_decl = "=0.1.0"` (locked to 0.1.0) of package `verify-era-proof-attestation v0.3.0 (/tmp/renovate/repos/github/matter-labs/teepot/bin/verify-era-proof-attestation)`

@renovate renovate bot requested a review from a team as a code owner September 16, 2024 13:43
@renovate renovate bot force-pushed the renovate/jsonrpsee-types-0.x branch 6 times, most recently from 872ab74 to 5af9ee9 Compare September 18, 2024 13:47
@renovate renovate bot force-pushed the renovate/jsonrpsee-types-0.x branch from 5af9ee9 to 5ed6da8 Compare September 18, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants