aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-07-04 15:39:13 +0000
committerRenovate Bot <[email protected]>2021-07-04 15:39:13 +0000
commita96e1ae253e5237dbc002bff5eb7b3b3b59a96f3 (patch)
tree13892003a866ae253620c05197e78a58bc676756
parentfeat(whirl_server): implement a demo of the REGOBJID and APPRACTR commands (diff)
downloadwhirl-a96e1ae253e5237dbc002bff5eb7b3b3b59a96f3.tar.xz
whirl-a96e1ae253e5237dbc002bff5eb7b3b3b59a96f3.zip
fix(deps): update rust crate structopt to 0.3.22
-rw-r--r--crates/whirl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index e360d72..e2fe37a 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -36,7 +36,7 @@ serde = "1.0.126"
serde_derive = "1.0.126"
# CLI
-structopt = "0.3.21"
+structopt = "0.3.22"
# Config
whirl_config = { path = "../whirl_config" }