Bump jsonrpc-http-server from 14.1.0 to 14.2.0

Bumps [jsonrpc-http-server](https://github.com/paritytech/jsonrpc) from 14.1.0 to 14.2.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/compare/v14.1.0...v14.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-04 09:21:53 +00:00 committed by Michael Vines
parent 26e684f375
commit 8736247554
4 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -1746,9 +1746,9 @@ dependencies = [
[[package]]
name = "jsonrpc-http-server"
version = "14.1.0"
version = "14.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52860f0549694aa4abb12766856f56952ab46d3fb9f0815131b2db3d9cc2f29"
checksum = "0da906d682799df05754480dac1b9e70ec92e12c19ebafd2662a5ea1c9fd6522"
dependencies = [
"hyper 0.12.35",
"jsonrpc-core",
@ -1773,9 +1773,9 @@ dependencies = [
[[package]]
name = "jsonrpc-server-utils"
version = "14.1.0"
version = "14.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f06add502b48351e05dd95814835327fb115e4e9f834ca42fd522d3b769d4d2"
checksum = "56cbfb462e7f902e21121d9f0d1c2b77b2c5b642e1a4e8f4ebfa2e15b94402bb"
dependencies = [
"bytes 0.4.12",
"globset",

View File

@ -30,7 +30,7 @@ url = "2.1.1"
[dev-dependencies]
assert_matches = "1.3.0"
jsonrpc-core = "14.2.0"
jsonrpc-http-server = "14.1.0"
jsonrpc-http-server = "14.2.0"
solana-logger = { path = "../logger", version = "1.3.0" }
[package.metadata.docs.rs]

View File

@ -29,7 +29,7 @@ itertools = "0.9.0"
jsonrpc-core = "14.2.0"
jsonrpc-core-client = { version = "14.1.0", features = ["ws"] }
jsonrpc-derive = "14.2.1"
jsonrpc-http-server = "14.1.0"
jsonrpc-http-server = "14.2.0"
jsonrpc-pubsub = "14.1.0"
jsonrpc-ws-server = "14.1.0"
log = "0.4.8"

View File

@ -12,7 +12,7 @@ homepage = "https://solana.com/"
clap = "2.33"
jsonrpc-core = "14.2.0"
jsonrpc-derive = "14.2.1"
jsonrpc-http-server = "14.1.0"
jsonrpc-http-server = "14.2.0"
log = "0.4.8"
serde_json = "1.0.53"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }