This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Merged
Conversation
Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 9.0.0 to 10.0.1. - [Release notes](https://github.com/paritytech/jsonrpc/releases) - [Commits](paritytech/jsonrpc@v9.0.0...v10.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
Contributor
|
@bors r+ |
Contributor
|
📌 Commit 3c0cccb has been approved by |
Contributor
bors
added a commit
that referenced
this pull request
Feb 1, 2019
… r=alexheretic Bump jsonrpc-core from 9.0.0 to 10.0.1 Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 9.0.0 to 10.0.1. <details> <summary>Release notes</summary> *Sourced from [jsonrpc-core's releases](https://github.com/paritytech/jsonrpc/releases).* > ## JSON-RPC v10.0.1 > Fixes documentation links and authors. > > ``` > jsonrpc-core = "10.0.1" > jsonrpc-macros = "10.0.1" > jsonrpc-derive = "10.0.1" > jsonrpc-pubsub = "10.0.1" > jsonrpc-server-utils = "10.0.1" > jsonrpc-http-server = "10.0.1" > jsonrpc-ipc-server = "10.0.1" > jsonrpc-tcp-server = "10.0.1" > jsonrpc-ws-server = "10.0.1" > jsonrpc-stdio-server = "10.0.1" > jsonrpc-test = "10.0.1" > ``` > > ## JSON-RPC v10.0.0 > This is an exciting release, because it's the first time we release all parts of the suite to crates.io! So long github dependencies! > > Most notable changes: > 1. Deprecating `jsonrpc-macros` in favour of `jsonrpc-derive` (proc-macro based) > 2. Rewrting all crates to `edition = 2018` > > Other changes: > - Adding `Metadata` to unsubscribe methods (when they are called explicitly) > - Derive `Clone` for all `core` types > - Fix custom bounds on the types in `jsonrpc-macros` > - Fix charset case sensitivity for http server > > > Full list of changes: paritytech/jsonrpc@v9.0.0...v10.0.0 > > ``` > jsonrpc-core = "10.0.0" > jsonrpc-macros = "10.0.0" > jsonrpc-pubsub = "10.0.0" > jsonrpc-server-utils = "10.0.0" > jsonrpc-http-server = "10.0.0" > jsonrpc-ipc-server = "10.0.0" > jsonrpc-tcp-server = "10.0.0" > jsonrpc-ws-server = "10.0.0" > jsonrpc-stdio-server = "10.0.0" > jsonrpc-test = "10.0.0" > ``` </details> <details> <summary>Commits</summary> - [`8ffc7f3`](paritytech/jsonrpc@8ffc7f3) Add jsonrpc-derive details. ([#372](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/372)) - [`2fe3bfc`](paritytech/jsonrpc@2fe3bfc) One way serialize for subscriber type ([#371](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/371)) - [`37b62a3`](paritytech/jsonrpc@37b62a3) Migrate to edition 2018 ([#368](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/368)) - [`5a7be5f`](paritytech/jsonrpc@5a7be5f) Bump version of stdio ([#367](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/367)) - [`2b47a5c`](paritytech/jsonrpc@2b47a5c) Use parity-ws-rs from crates.io ([#361](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/361)) - [`8160eb5`](paritytech/jsonrpc@8160eb5) ci: bring appveyor back ([#364](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/364)) - [`80205d4`](paritytech/jsonrpc@80205d4) Support multiple trailing arguments ([#365](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/365)) - [`ec5249e`](paritytech/jsonrpc@ec5249e) Use procedural macros ([#340](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/340)) - [`789c74d`](paritytech/jsonrpc@789c74d) Derive Clone for all core types::* ([#359](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/359)) - [`16ed9f5`](paritytech/jsonrpc@16ed9f5) Fix tokio deprecation warnings ([#358](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/358)) - Additional commits viewable in [compare view](paritytech/jsonrpc@v9.0.0...v10.0.1) </details> <br /> [](https://dependabot.com/compatibility-score.html?dependency-name=jsonrpc-core&package-manager=cargo&previous-version=9.0.0&new-version=10.0.1) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
Contributor
|
☀️ Test successful - checks-travis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jsonrpc-core from 9.0.0 to 10.0.1.
Release notes
Sourced from jsonrpc-core's releases.
Commits
8ffc7f3Add jsonrpc-derive details. (#372)2fe3bfcOne way serialize for subscriber type (#371)37b62a3Migrate to edition 2018 (#368)5a7be5fBump version of stdio (#367)2b47a5cUse parity-ws-rs from crates.io (#361)8160eb5ci: bring appveyor back (#364)80205d4Support multiple trailing arguments (#365)ec5249eUse procedural macros (#340)789c74dDerive Clone for all core types::* (#359)16ed9f5Fix tokio deprecation warnings (#358)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 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 cancel mergewill cancel a previously requested merge@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major 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)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in the
.dependabot/config.ymlfile in this repo:Finally, you can contact us by mentioning @dependabot.