Bump structopt from 0.3.17 to 0.3.21
Bumps structopt from 0.3.17 to 0.3.21.
Changelog
Sourced from structopt's changelog.
v0.3.21 (2020-11-30)
- Fixed another breakage when the struct is placed inside a
macro_rules!macro.v0.3.20 (2020-10-12)
- Fixed a breakage when the struct is placed inside a
macro_rules!macro.v0.3.19 (2020-10-08)
- Added StructOpt::from_args_safe as a shortcut for
StructOpt::from_iter_safe(std::env::args_os()).- Some links in documentation have been corrected.
v0.3.18 (2020-09-23)
- Unsafe code has been forbidden. This makes
cargo geigerlist structopt as "safe". Maybe it will help somebody trying to locate a bug in their dependency tree.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @orf.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
:cowboy_hat_face: Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu :cowboy_hat_face:
@@ Size breakdown @@
Size 696.36 KB
Text size 696.36 KB
No changes to crate sizes
Dependency tree
@@ Dependency tree @@
Count: 70
├─ console v0.14.1
│ ├─ lazy_static v1.4.0
│ ├─ libc v0.2.66
│ ├─ regex v1.4.5
│ │ └─ regex-syntax v0.6.23
│ ├─ terminal_size v0.1.16
│ │ └─ libc v0.2.66
│ └─ unicode-width v0.1.7
├─ duct v0.13.4
│ ├─ libc v0.2.66
│ ├─ once_cell v1.2.0
│ ├─ os_pipe v0.9.1
│ │ └─ libc v0.2.66
│ └─ shared_child v0.3.4
│ └─ libc v0.2.66
├─ failure v0.1.8
│ ├─ backtrace v0.3.40
│ │ ├─ backtrace-sys v0.1.32
│ │ │ ├─ libc v0.2.66
│ │ │ └─ cc v1.0.48
│ │ ├─ cfg-if v0.1.10
│ │ ├─ libc v0.2.66
│ │ └─ rustc-demangle v0.1.16
│ └─ failure_derive v0.1.7 (proc-macro)
│ ├─ proc-macro2 v1.0.6
│ │ └─ unicode-xid v0.2.0
│ ├─ quote v1.0.2
│ │ └─ proc-macro2 v1.0.6
│ ├─ syn v1.0.11
│ │ ├─ proc-macro2 v1.0.6
│ │ ├─ quote v1.0.2
│ │ └─ unicode-xid v0.2.0
│ └─ synstructure v0.12.3
│ ├─ proc-macro2 v1.0.6
│ ├─ quote v1.0.2
│ ├─ syn v1.0.11
│ └─ unicode-xid v0.2.0
- └─ structopt v0.3.17
+ └─ structopt v0.3.21
├─ clap v2.33.0
│ ├─ ansi_term v0.11.0
│ ├─ atty v0.2.13
│ │ └─ libc v0.2.66
│ ├─ bitflags v1.2.1
│ ├─ strsim v0.8.0
│ ├─ textwrap v0.11.0
│ │ └─ unicode-width v0.1.7
│ ├─ unicode-width v0.1.7
│ └─ vec_map v0.8.1
├─ lazy_static v1.4.0
- └─ structopt-derive v0.4.10 (proc-macro)
+ └─ structopt-derive v0.4.14 (proc-macro)
├─ heck v0.3.1
│ └─ unicode-segmentation v1.6.0
├─ proc-macro-error v1.0.2
│ ├─ proc-macro-error-attr v1.0.2 (proc-macro)
│ │ ├─ proc-macro2 v1.0.6
│ │ ├─ quote v1.0.2
│ │ ├─ syn v1.0.11
│ │ ├─ syn-mid v0.5.0
│ │ │ ├─ proc-macro2 v1.0.6
│ │ │ ├─ quote v1.0.2
│ │ │ └─ syn v1.0.11
│ │ └─ version_check v0.9.1
│ ├─ proc-macro2 v1.0.6
│ ├─ quote v1.0.2
│ ├─ syn v1.0.11
│ └─ version_check v0.9.1
├─ proc-macro2 v1.0.6
├─ quote v1.0.2
└─ syn v1.0.11
Commit: bf47401df954643bd65a19034195ab488cf93d58 (Compare with baseline commit)
:apple: Cargo bloat for toolchain stable-x86_64-apple-darwin :apple:
@@ Size breakdown @@
Size 711.47 KB
Text size 711.47 KB
No changes to crate sizes
Dependency tree
@@ Dependency tree @@
Count: 70
├─ console v0.14.1
│ ├─ lazy_static v1.4.0
│ ├─ libc v0.2.66
│ ├─ regex v1.4.5
│ │ └─ regex-syntax v0.6.23
│ ├─ terminal_size v0.1.16
│ │ └─ libc v0.2.66
│ └─ unicode-width v0.1.7
├─ duct v0.13.4
│ ├─ libc v0.2.66
│ ├─ once_cell v1.2.0
│ ├─ os_pipe v0.9.1
│ │ └─ libc v0.2.66
│ └─ shared_child v0.3.4
│ └─ libc v0.2.66
├─ failure v0.1.8
│ ├─ backtrace v0.3.40
│ │ ├─ backtrace-sys v0.1.32
│ │ │ ├─ libc v0.2.66
│ │ │ └─ cc v1.0.48
│ │ ├─ cfg-if v0.1.10
│ │ ├─ libc v0.2.66
│ │ └─ rustc-demangle v0.1.16
│ └─ failure_derive v0.1.7 (proc-macro)
│ ├─ proc-macro2 v1.0.6
│ │ └─ unicode-xid v0.2.0
│ ├─ quote v1.0.2
│ │ └─ proc-macro2 v1.0.6
│ ├─ syn v1.0.11
│ │ ├─ proc-macro2 v1.0.6
│ │ ├─ quote v1.0.2
│ │ └─ unicode-xid v0.2.0
│ └─ synstructure v0.12.3
│ ├─ proc-macro2 v1.0.6
│ ├─ quote v1.0.2
│ ├─ syn v1.0.11
│ └─ unicode-xid v0.2.0
- └─ structopt v0.3.17
+ └─ structopt v0.3.21
├─ clap v2.33.0
│ ├─ ansi_term v0.11.0
│ ├─ atty v0.2.13
│ │ └─ libc v0.2.66
│ ├─ bitflags v1.2.1
│ ├─ strsim v0.8.0
│ ├─ textwrap v0.11.0
│ │ └─ unicode-width v0.1.7
│ ├─ unicode-width v0.1.7
│ └─ vec_map v0.8.1
├─ lazy_static v1.4.0
- └─ structopt-derive v0.4.10 (proc-macro)
+ └─ structopt-derive v0.4.14 (proc-macro)
├─ heck v0.3.1
│ └─ unicode-segmentation v1.6.0
├─ proc-macro-error v1.0.2
│ ├─ proc-macro-error-attr v1.0.2 (proc-macro)
│ │ ├─ proc-macro2 v1.0.6
│ │ ├─ quote v1.0.2
│ │ ├─ syn v1.0.11
│ │ ├─ syn-mid v0.5.0
│ │ │ ├─ proc-macro2 v1.0.6
│ │ │ ├─ quote v1.0.2
│ │ │ └─ syn v1.0.11
│ │ └─ version_check v0.9.1
│ ├─ proc-macro2 v1.0.6
│ ├─ quote v1.0.2
│ ├─ syn v1.0.11
│ └─ version_check v0.9.1
├─ proc-macro2 v1.0.6
├─ quote v1.0.2
└─ syn v1.0.11
Commit: bf47401df954643bd65a19034195ab488cf93d58 (Compare with baseline commit)
@dependabot rebase
@dependabot merge
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.