matiaskorhonen / paper-age

Easy and secure paper backups of secrets
MIT License
415 stars 8 forks source link

Bump the cli-dependencies group across 1 directory with 4 updates #147

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the cli-dependencies group with 4 updates in the / directory: clap, clap-verbosity-flag, clap_complete and clap_mangen.

Updates clap from 4.5.8 to 4.5.13

Release notes

Sourced from clap's releases.

v4.5.13

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

[4.5.12] - 2024-07-31

v4.5.10

[4.5.10] - 2024-07-23

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Changelog

Sourced from clap's changelog.

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

[4.5.12] - 2024-07-31

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Commits
  • d222ae4 chore: Release
  • a8abcb4 docs: Update changelog
  • 2690e1b Merge pull request #5621 from shannmu/dynamic_valuehint
  • 7fd7b3e feat(clap_complete): Support to complete custom value of argument
  • fc6aaca Merge pull request #5638 from epage/cargo
  • 631e54b docs(cookbook): Style cargo plugin
  • 6fb49d0 Merge pull request #5636 from gibfahn/styles_const
  • 6f215ee refactor(styles): make styles example use a const
  • bbb2e6f test: Add test case for completing custom value of argument
  • 999071c fix: Change visible to hidden
  • Additional commits viewable in compare view


Updates clap-verbosity-flag from 2.2.0 to 2.2.1

Changelog

Sourced from clap-verbosity-flag's changelog.

[2.2.1] - 2024-07-25

Compatibility

  • Raised MSRV to 1.74
Commits
  • adabc5d chore: Release clap-verbosity-flag version 2.2.1
  • db34036 docs: Update changelog
  • 574853b chore(deps): Update Rust crate clap to v4.5.8 (#108)
  • 0aa7578 chore(deps): Update Rust Stable to v1.79 (#106)
  • 2275c1f style: Make clippy happy
  • 383332e chore(deps): Update compatible (dev) (#105)
  • dbe848c Merge pull request #104 from epage/template
  • aca05cc chore: Update from _rust/main template
  • f85ffc4 Merge pull request #101 from clap-rs/renovate/stable-1.x
  • 0c706d1 chore(deps): Update Rust Stable to v1.78
  • Additional commits viewable in compare view


Updates clap_complete from 4.5.7 to 4.5.13

Release notes

Sourced from clap_complete's releases.

v4.5.13

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

[4.5.12] - 2024-07-31

v4.5.10

[4.5.10] - 2024-07-23

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Changelog

Sourced from clap_complete's changelog.

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

[4.5.12] - 2024-07-31

[4.5.11] - 2024-07-25

[4.5.10] - 2024-07-23

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Commits
  • d222ae4 chore: Release
  • a8abcb4 docs: Update changelog
  • 2690e1b Merge pull request #5621 from shannmu/dynamic_valuehint
  • 7fd7b3e feat(clap_complete): Support to complete custom value of argument
  • fc6aaca Merge pull request #5638 from epage/cargo
  • 631e54b docs(cookbook): Style cargo plugin
  • 6fb49d0 Merge pull request #5636 from gibfahn/styles_const
  • 6f215ee refactor(styles): make styles example use a const
  • bbb2e6f test: Add test case for completing custom value of argument
  • 999071c fix: Change visible to hidden
  • Additional commits viewable in compare view


Updates clap_mangen from 0.2.22 to 0.2.23

Commits
  • 4a00677 chore: Release
  • 6b18d77 docs(derive): Acknowledge Vec<Vec>
  • 5efa52a chore: Release
  • 1857e47 docs: Update changelog
  • 8697a61 chore: Release
  • a271c19 Merge pull request #5539 from shannmu/option_value
  • f7383f7 feat(clap_complete): Add support --flag bar and -f bar completion
  • 2f53bb3 test(clap_complete): Add test cases for --flag bar and -f bar completion
  • 932ca13 refactor(clap_complete): Replace parameters in complete_arg with ParseState
  • 73b07c9 docs: Remove stale ColorChoice platform notes
  • Additional commits viewable in compare view


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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
github-actions[bot] commented 1 month ago

PaperAge visual snapshots

Compare the output of the latest release version of PaperAge with the results from the current commit.

Latest release Current commit Diff
A4 A4 release A4 current A4 diff
Letter Letter release Letter current Letter diff

Encryption passphrase: supersecret

Note: Snapshots are deleted after 30 days.