Skip to content

Commit

Permalink
Bump jsonrpc-http-server from 14.0.5 to 14.0.6 (solana-labs#8161)
Browse files Browse the repository at this point in the history
Bumps [jsonrpc-http-server](https://github.com/paritytech/jsonrpc) from 14.0.5 to 14.0.6.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](paritytech/jsonrpc@jsonrpc-http-server-v14.0.5...ipc-14.0.6)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Feb 10, 2020
1 parent 485806c commit 669282a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 9 deletions.
42 changes: 36 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ url = "2.1.1"
[dev-dependencies]
assert_matches = "1.3.0"
jsonrpc-core = "14.0.5"
jsonrpc-http-server = "14.0.5"
jsonrpc-http-server = "14.0.6"
solana-logger = { path = "../logger", version = "0.24.0" }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ indexmap = "1.3"
itertools = "0.8.2"
jsonrpc-core = "14.0.5"
jsonrpc-derive = "14.0.5"
jsonrpc-http-server = "14.0.5"
jsonrpc-http-server = "14.0.6"
jsonrpc-pubsub = "14.0.5"
jsonrpc-ws-server = "14.0.5"
libc = "0.2.66"
Expand Down
2 changes: 1 addition & 1 deletion vote-signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = "https://solana.com/"
clap = "2.33"
jsonrpc-core = "14.0.5"
jsonrpc-derive = "14.0.5"
jsonrpc-http-server = "14.0.5"
jsonrpc-http-server = "14.0.6"
log = "0.4.8"
serde_json = "1.0.46"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
Expand Down

0 comments on commit 669282a

Please sign in to comment.