From f6f9e3437e362e88fa573ef0d5d6c81772660d6a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 03:13:00 +0000 Subject: [PATCH] Bump structopt from 0.3.20 to 0.3.21 (#562) --- 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 254dc4d27509..149731529f78 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.1.0" -structopt = "0.3.20" +structopt = "0.3.21" # Bridge dependencies diff --git a/bridges/bin/rialto/node/Cargo.toml b/bridges/bin/rialto/node/Cargo.toml index 59e97a64d1ea..08b152b68225 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.1.0" -structopt = "0.3.20" +structopt = "0.3.21" # Bridge dependencies