aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-05 15:57:16 +0000
committerFuwn <[email protected]>2021-07-05 15:57:16 +0000
commitb5e14a7ee19a5b453c5d23624a6d0f74e33cd0ca (patch)
tree7bfea6721e4d6b934ec8380ae0d462aaa8c968b5
parentrefactor(whirl_api): /api/v1/worlds/info default to empty string intead of "n... (diff)
parentMerge pull request #53 from Whirlsplash/renovate/structopt-0.x (diff)
downloadwhirl-b5e14a7ee19a5b453c5d23624a6d0f74e33cd0ca.tar.xz
whirl-b5e14a7ee19a5b453c5d23624a6d0f74e33cd0ca.zip
Merge branch 'develop' of https://github.com/Whirlsplash/whirl into develop
-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" }