diff options
| author | Renovate Bot <[email protected]> | 2021-08-30 18:19:43 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-30 18:19:43 +0000 |
| commit | 07cb42a165bf3b577481479e166774f10ecfd537 (patch) | |
| tree | 9539dfcb09410d58a59e7eedba12d4582968c696 | |
| parent | feat(github): stale issue pruning (diff) | |
| download | nitrous-07cb42a165bf3b577481479e166774f10ecfd537.tar.xz nitrous-07cb42a165bf3b577481479e166774f10ecfd537.zip | |
fix(deps): update rust crate structopt to 0.3.23
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ harness = false [dependencies] # CLI -structopt = "0.3.22" +structopt = "0.3.23" # Utility rand = "0.8.4" |