diff options
| author | Renovate Bot <[email protected]> | 2021-07-04 15:39:13 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-07-04 15:39:13 +0000 |
| commit | c0ec3e2c101bcebb50602074f083917a6674a505 (patch) | |
| tree | ca1450ffda1f002d766c54c925cb561a1e53d15e /crates | |
| parent | feat(whirl_server): implement a demo of the REGOBJID and APPRACTR commands (diff) | |
| download | whirl-c0ec3e2c101bcebb50602074f083917a6674a505.tar.xz whirl-c0ec3e2c101bcebb50602074f083917a6674a505.zip | |
fix(deps): update rust crate structopt to 0.3.22
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 |
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" } |