Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update pico-args requirement from 0.3 to 0.5 in /css-inline #230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2023

Updates the requirements on pico-args to permit the latest version.

Changelog

Sourced from pico-args's changelog.

[0.5.0] - 2022-06-04

Changed

  • The eq-separator build feature is no longer enabled by default.
  • Small changes to the Display output for Error.

[0.4.2] - 2021-06-03

Fixed

  • Ignore long options when parsing short options when combined-flags feature is enabled. Thanks to @​riquito.
  • Arguments::contains docs. Thanks to @​jneem.

[0.4.1] - 2021-05-03

Added

[0.4.0] - 2021-01-03

Added

  • Arguments::opt_free_from_*.

Changed

  • Arguments::finish no longer returns an error and simply returns remaining arguments as is.
  • Arguments::free_from_* methods no longer check that argument doesn't start with -.
  • Arguments::free_from_* methods return T instead of Option<T> now. Use Arguments::opt_free_from_* instead.

Removed

  • Arguments::free and Arguments::free_os. You should use Arguments::free_from_* methods or parse them manually after calling Arguments::finish.
  • Error::UnusedArgsLeft. This should be handled by the caller now.

[0.3.4] - 2020-08-09

Added

[0.3.3] - 2020-06-26

Added

  • values_from_str, values_from_fn and values_from_os_str. Those functions can be used to parse arguments like: --file /path1 --file /path2 --file /path3 But not --file /path1 /path2 /path3.

[0.3.2] - 2020-06-15

Added

  • eq-separator build feature.

[0.3.1] - 2020-01-08

Added

[0.3.0] - 2019-09-23

... (truncated)

Commits

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/css-inline/pico-args-0.5 branch from 26accd2 to 814a86b Compare August 19, 2023 15:20
Updates the requirements on [pico-args](https://github.com/RazrFalcon/pico-args) to permit the latest version.
- [Changelog](https://github.com/RazrFalcon/pico-args/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/pico-args@v0.3.0...v0.5.0)

---
updated-dependencies:
- dependency-name: pico-args
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/css-inline/pico-args-0.5 branch from 814a86b to 360ffd7 Compare August 30, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants