From c01bc4afbd240cf6efec9eaf80999e1d862f5ea2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 11:04:30 -0700 Subject: [PATCH] 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] --- Cargo.lock | 10 +++++----- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- vote-signer/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e01f5236..8b3c7901d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/client/Cargo.toml b/client/Cargo.toml index 0238223de..77a35cb08 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -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" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 9dd130e24..5810e9549 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index f52f4fc9b..242a75688 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -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"