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 to 0.24.0 #2329

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
jsonrpsee (source) workspace.dependencies minor 0.23.0 -> 0.24.0

Release Notes

paritytech/jsonrpsee (jsonrpsee)

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 becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/jsonrpsee-0.x branch 2 times, most recently from ffc490a to c2bab4c Compare August 2, 2024 19:38
@renovate renovate bot force-pushed the renovate/jsonrpsee-0.x branch from c2bab4c to 0ac55e9 Compare August 9, 2024 15:51
@renovate renovate bot force-pushed the renovate/jsonrpsee-0.x branch from 0ac55e9 to 54e5995 Compare August 13, 2024 12:22
Copy link
Contributor Author

renovate bot commented Aug 13, 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.2
    Updating crates.io index
error: failed to select a version for the requirement `jsonrpsee = "^0.23.0"`
candidate versions found which didn't match: 0.24.2
location searched: crates.io index
required by package `ccp-rpc-client v0.13.0`
    ... which satisfies dependency `ccp-rpc-client = "^0.13.0"` (locked to 0.13.0) of package `nox v0.26.0 (/tmp/renovate/repos/github/fluencelabs/nox/nox)`
    ... which satisfies path dependency `nox` (locked to 0.26.0) of package `created-swarm v0.1.0 (/tmp/renovate/repos/github/fluencelabs/nox/crates/created-swarm)`

@folex folex closed this Aug 22, 2024
Copy link
Contributor Author

renovate bot commented Aug 22, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.24.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/jsonrpsee-0.x branch August 22, 2024 07:34
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.

1 participant