Bump jsonrpc-http-server from 14.0.0 to 14.0.1 (#6437)

Bumps [jsonrpc-http-server](https://github.com/paritytech/jsonrpc) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-18 11:04:30 -07:00 committed by Michael Vines
parent c404008743
commit c01bc4afbd
4 changed files with 8 additions and 8 deletions

10
Cargo.lock generated
View File

@ -1533,7 +1533,7 @@ dependencies = [
[[package]]
name = "jsonrpc-http-server"
version = "14.0.0"
version = "14.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3203,7 +3203,7 @@ dependencies = [
"bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-http-server 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-http-server 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3272,7 +3272,7 @@ dependencies = [
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-derive 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-http-server 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-http-server 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-pubsub 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-ws-server 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3990,7 +3990,7 @@ dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-derive 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-http-server 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-http-server 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
@ -5569,7 +5569,7 @@ dependencies = [
"checksum js-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "1efc4f2a556c58e79c5500912e221dd826bec64ff4aabd8ce71ccef6da02d7d4"
"checksum jsonrpc-core 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf34414fdf9d843f2fd39557ffe7cbf75b53a2cf308e2b69af2ce86f23fd426d"
"checksum jsonrpc-derive 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1b217357876c9f55d3237fafaebab1e3925d53a2c2508df05ea15c02ddbb8bc"
"checksum jsonrpc-http-server 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc653fb90f38cd203d756557426e87980a7329c4ac19360e7bd167d9f416f36e"
"checksum jsonrpc-http-server 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dd3d54c822dc67707f21b15f13995b24eb090501c8ad67782b5484c9be36255b"
"checksum jsonrpc-pubsub 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db22ae4d04d336fea4378ad4ad87c29563d983fe98c04319c173817a4fd9891f"
"checksum jsonrpc-server-utils 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "56ca64eeb4463722c49dd526e0a87dfc0cdecda9348a4b6f5720f25abc4fcc89"
"checksum jsonrpc-ws-server 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "338664631e75cf752468a0d8ec3ba82df4caaacd942b4c34ea67db2556308e20"

View File

@ -24,5 +24,5 @@ solana-sdk = { path = "../sdk", version = "0.20.0" }
[dev-dependencies]
jsonrpc-core = "14.0.0"
jsonrpc-http-server = "14.0.0"
jsonrpc-http-server = "14.0.1"
solana-logger = { path = "../logger", version = "0.20.0" }

View File

@ -32,7 +32,7 @@ indexmap = "1.1"
itertools = "0.8.0"
jsonrpc-core = "14.0.0"
jsonrpc-derive = "14.0.0"
jsonrpc-http-server = "14.0.0"
jsonrpc-http-server = "14.0.1"
jsonrpc-pubsub = "14.0.0"
jsonrpc-ws-server = "14.0.1"
lazy_static = "1.4.0"

View File

@ -13,7 +13,7 @@ bs58 = "0.3.0"
clap = "2.33"
jsonrpc-core = "14.0.0"
jsonrpc-derive = "14.0.0"
jsonrpc-http-server = "14.0.0"
jsonrpc-http-server = "14.0.1"
log = "0.4.8"
serde = "1.0.101"
serde_json = "1.0.41"