aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-04 20:56:29 +0000
committerGitHub <[email protected]>2021-07-04 20:56:29 +0000
commit3d660ca8a4d7876637e4a6afd34d22e4fe738b9b (patch)
treeca1450ffda1f002d766c54c925cb561a1e53d15e
parentfeat(whirl_server): implement a demo of the REGOBJID and APPRACTR commands (diff)
parentfix(deps): update rust crate structopt to 0.3.22 (diff)
downloadwhirl-3d660ca8a4d7876637e4a6afd34d22e4fe738b9b.tar.xz
whirl-3d660ca8a4d7876637e4a6afd34d22e4fe738b9b.zip
Merge pull request #53 from Whirlsplash/renovate/structopt-0.x
-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 9b2275c..68b3fac 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" }