Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Bump jsonrpc-derive from 10.0.2 to 10.1.0 #2748

Merged
merged 2 commits into from
Feb 13, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 13, 2019

Bumps jsonrpc-derive from 10.0.2 to 10.1.0.
Closes #2668

Release notes

Sourced from jsonrpc-derive's releases.

JSON-RPC v10.1.0

Changes to jsonrpc-derive to forbid unknown parameters in #[rpc] annotation, improve error messages and avoid jsonrpc-pubsub requirement if no pubsub methods are specified.

jsonrpc-core = "10.1.0"
jsonrpc-macros = "10.1.0"
jsonrpc-derive = "10.1.0"
jsonrpc-pubsub = "10.1.0"
jsonrpc-server-utils = "10.1.0"
jsonrpc-http-server = "10.1.0"
jsonrpc-ipc-server = "10.1.0"
jsonrpc-tcp-server = "10.1.0"
jsonrpc-ws-server = "10.1.0"
jsonrpc-stdio-server = "10.1.0"
jsonrpc-test = "10.1.0"

List of changes: paritytech/jsonrpc@v10.0.2...v10.1.0

Commits

Dependabot compatibility score

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
  • @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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • 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.

Bumps [jsonrpc-derive](https://github.com/paritytech/jsonrpc) from 10.0.2 to 10.1.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](paritytech/jsonrpc@v10.0.2...v10.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Feb 13, 2019

Codecov Report

Merging #2748 into master will increase coverage by <.1%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #2748     +/-   ##
========================================
+ Coverage      79%   79.1%   +<.1%     
========================================
  Files         115     115             
  Lines       19183   19183             
========================================
+ Hits        15173   15174      +1     
+ Misses       4010    4009      -1

@CriesofCarrots CriesofCarrots merged commit aed07f0 into master Feb 13, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/jsonrpc-derive-10.1.0 branch February 13, 2019 17:44
jeffwashington added a commit to jeffwashington/solana that referenced this pull request Aug 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Superfluous jsonrpc-pubsub dependency in vote-signer
2 participants