Bump jsonrpc-ws-server from 14.0.0 to 14.0.1 (#6438)

Bumps [jsonrpc-ws-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:03:58 -07:00 committed by Michael Vines
parent 193c9a08e0
commit c404008743
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1573,7 +1573,7 @@ dependencies = [
[[package]]
name = "jsonrpc-ws-server"
version = "14.0.0"
version = "14.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"jsonrpc-core 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3274,7 +3274,7 @@ dependencies = [
"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-pubsub 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-ws-server 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)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -5572,7 +5572,7 @@ dependencies = [
"checksum jsonrpc-http-server 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc653fb90f38cd203d756557426e87980a7329c4ac19360e7bd167d9f416f36e"
"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.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1cdf74f56227cf10ab22c64fd73b730d59b6217cd598b63883d07bd4b8de7c8"
"checksum jsonrpc-ws-server 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "338664631e75cf752468a0d8ec3ba82df4caaacd942b4c34ea67db2556308e20"
"checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum lalrpop 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2e80bee40b22bca46665b4ef1f3cd88ed0fb043c971407eac17a0712c02572"

View File

@ -34,7 +34,7 @@ jsonrpc-core = "14.0.0"
jsonrpc-derive = "14.0.0"
jsonrpc-http-server = "14.0.0"
jsonrpc-pubsub = "14.0.0"
jsonrpc-ws-server = "14.0.0"
jsonrpc-ws-server = "14.0.1"
lazy_static = "1.4.0"
libc = "0.2.65"
log = "0.4.8"