From ef4bb1d492ec4202abae06e7ab241e5b4d4f9c8d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 13:02:19 +0000 Subject: [PATCH] Bump structopt from 0.3.18 to 0.3.19 (#411) --- 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 551c19b32c..be78518d49 100644 --- a/bridges/bin/millau/node/Cargo.toml +++ b/bridges/bin/millau/node/Cargo.toml @@ -11,7 +11,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] jsonrpc-core = "15.0.0" -structopt = "0.3.17" +structopt = "0.3.19" # Bridge dependencies bp-rialto = { path = "../../../primitives/rialto" } diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index db4f2a093f..66e3afaa2b 100644 --- a/bridges/bin/rialto/node/Cargo.toml +++ b/bridges/bin/rialto/node/Cargo.toml @@ -11,7 +11,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] jsonrpc-core = "15.0.0" -structopt = "0.3.17" +structopt = "0.3.19" # Bridge dependencies