ptail icon indicating copy to clipboard operation
ptail copied to clipboard

Bump structopt from 0.3.17 to 0.3.21

Open dependabot-preview[bot] opened this issue 5 years ago • 6 comments

Bumps structopt from 0.3.17 to 0.3.21.

Changelog

Sourced from structopt's changelog.

v0.3.21 (2020-11-30)

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 geiger list structopt as "safe". Maybe it will help somebody trying to locate a bug in their dependency tree.
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will 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)

dependabot-preview[bot] avatar Dec 02 '20 05:12 dependabot-preview[bot]

: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)

github-actions[bot] avatar Dec 02 '20 05:12 github-actions[bot]

: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)

github-actions[bot] avatar Dec 02 '20 05:12 github-actions[bot]

@dependabot rebase

orf avatar Mar 31 '21 12:03 orf

@dependabot merge

orf avatar Mar 31 '21 12:03 orf

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.

dependabot-preview[bot] avatar Mar 31 '21 12:03 dependabot-preview[bot]

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.

dependabot-preview[bot] avatar Apr 29 '21 16:04 dependabot-preview[bot]