From 4dc720c10b86c90c74f1c9a4e86d3e1c11630b7f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 20:57:07 +0000 Subject: [PATCH] Bump jsonrpc-core from 15.0.0 to 15.1.0 (#412) --- bridges/bin/millau/node/Cargo.toml | 2 +- bridges/bin/rialto/node/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/bin/millau/node/Cargo.toml b/bridges/bin/millau/node/Cargo.toml index be78518d494f0..527507c16a1d5 100644 --- a/bridges/bin/millau/node/Cargo.toml +++ b/bridges/bin/millau/node/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] -jsonrpc-core = "15.0.0" +jsonrpc-core = "15.1.0" structopt = "0.3.19" # Bridge dependencies diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index 66e3afaa2ba68..bb1a86480aa1a 100644 --- a/bridges/bin/rialto/node/Cargo.toml +++ b/bridges/bin/rialto/node/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] -jsonrpc-core = "15.0.0" +jsonrpc-core = "15.1.0" structopt = "0.3.19" # Bridge dependencies