From ba0e7d768c5ba00af92123989edef37e389d1279 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Jan 2022 13:24:39 +0000 Subject: fix(deps): update rust crate structopt to 0.3.26 --- crates/whirl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 347d6ba..4750d64 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -35,7 +35,7 @@ serde = "1.0.133" serde_derive = "1.0.133" # CLI -structopt = "0.3.25" +structopt = "0.3.26" # Config whirl_config = { path = "../whirl_config" } -- cgit v1.2.3