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

(auto merged) chore(deps): bump the patch group with 6 updates #2551

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps the patch group with 6 updates:

Package From To
anstyle-parse 0.2.2 0.2.3
anstyle-query 1.0.0 1.0.1
core-foundation 0.9.3 0.9.4
deranged 0.3.9 0.3.10
fd-lock 4.0.0 4.0.1
winnow 0.5.19 0.5.23

Updates anstyle-parse from 0.2.2 to 0.2.3

Commits
  • 3c3d95a chore: Release
  • fda4230 Merge pull request #148 from epage/example
  • cd28309 feat(anstream): Add debugging 'examples'
  • 030d75f Merge pull request #145 from rust-cli/renovate/windows-sys-0.x
  • 26d31bf chore(deps): update rust crate windows-sys to 0.52.0
  • ad17e3e Merge pull request #146 from epage/examples
  • 4062e0e fix: Rename examples to avoid conflicts
  • 7e1f1a8 chore(deps): update compatible (dev)
  • 013ff48 chore(deps): update compatible (dev)
  • 114d3e4 chore: Update from '_rust/main'
  • Additional commits viewable in compare view

Updates anstyle-query from 1.0.0 to 1.0.1

Commits
  • 3c3d95a chore: Release
  • fda4230 Merge pull request #148 from epage/example
  • cd28309 feat(anstream): Add debugging 'examples'
  • 030d75f Merge pull request #145 from rust-cli/renovate/windows-sys-0.x
  • 26d31bf chore(deps): update rust crate windows-sys to 0.52.0
  • ad17e3e Merge pull request #146 from epage/examples
  • 4062e0e fix: Rename examples to avoid conflicts
  • 7e1f1a8 chore(deps): update compatible (dev)
  • 013ff48 chore(deps): update compatible (dev)
  • 114d3e4 chore: Update from '_rust/main'
  • Additional commits viewable in compare view

Updates core-foundation from 0.9.3 to 0.9.4

Commits
  • 795398a Bump the version of core-foundation and the dependency on core-foundation-sys
  • 64dd01a NSScreen (cocoa): Add maximumRefreshInterval and minimumRefreshInterval (#646)
  • 58972ae Update to 2018 edition. (#642)
  • eb41f50 Bump core-graphics-types version
  • 723886f Only import SInt32 on macOS. (#641)
  • 6484a6e ci: Update to actions/checkout@v4 (#640)
  • 3ff7cc2 docs: Fix various markdown issues. (#639)
  • c4f4ad2 feat: add link feature (#608)
  • fbde503 Bump cocoa-foundation version
  • 5be8e2c Bump core-text version (#638)
  • Additional commits viewable in compare view

Updates deranged from 0.3.9 to 0.3.10

Commits

Updates fd-lock from 4.0.0 to 4.0.1

Commits

Updates winnow from 0.5.19 to 0.5.23

Changelog

Sourced from winnow's changelog.

[0.5.23] - 2023-12-04

Features

  • Add more patterns for token::take_until[01]

[0.5.22] - 2023-12-04

Performance

  • Optimize take_until* when parsing &str

[0.5.21] - 2023-12-04

Features

  • Add take_till ranged parser

Compatibility

  • Deprecated take_till0, take_till1 in favor of take_till

[0.5.20] - 2023-12-04

Features

  • Add Caseless to make it easier to add case insensitivity to any parser.

Compatibility

  • Deprecated tag_no_case in favor of tag(Caseless(...))
Commits
  • 9238dba chore: Release
  • bf6bd19 docs: Update changelog
  • c13120e Merge pull request #379 from epage/until
  • e2a59c2 feat(token): Allow take_until of multiple bytes
  • b9090f3 feat(token): Allow take_until on bytes for strs
  • 6f519ba feat(token): Allow take_until for multiple char's
  • 4e6dd51 feat(token): Allow take_until for multiple str's
  • 06a6dc0 feat(token): Allow take_until for multiple byte slices
  • 8530f24 chore: Release
  • de9e5c7 docs: Update changelog
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.2` | `0.2.3` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.0.0` | `1.0.1` |
| [core-foundation](https://github.com/servo/core-foundation-rs) | `0.9.3` | `0.9.4` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.9` | `0.3.10` |
| [fd-lock](https://github.com/yoshuawuyts/fd-lock) | `4.0.0` | `4.0.1` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.19` | `0.5.23` |


Updates `anstyle-parse` from 0.2.2 to 0.2.3
- [Commits](rust-cli/anstyle@anstyle-parse-v0.2.2...anstyle-parse-v0.2.3)

Updates `anstyle-query` from 1.0.0 to 1.0.1
- [Commits](rust-cli/anstyle@anstyle-query-v1.0.0...anstyle-query-v1.0.1)

Updates `core-foundation` from 0.9.3 to 0.9.4
- [Commits](servo/core-foundation-rs@core-foundation-v0.9.3...core-foundation-v0.9.4)

Updates `deranged` from 0.3.9 to 0.3.10
- [Commits](https://github.com/jhpratt/deranged/commits)

Updates `fd-lock` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/yoshuawuyts/fd-lock/releases)
- [Commits](yoshuawuyts/fd-lock@v4.0.0...v4.0.1)

Updates `winnow` from 0.5.19 to 0.5.23
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.19...v0.5.23)

---
updated-dependencies:
- dependency-name: anstyle-parse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: core-foundation
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: deranged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: fd-lock
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2023
@github-actions github-actions bot changed the title chore(deps): bump the patch group with 6 updates (auto merged) chore(deps): bump the patch group with 6 updates Dec 5, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2551 (654c735) into main (18bed8d) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2551   +/-   ##
=======================================
  Coverage   65.90%   65.90%           
=======================================
  Files         133      133           
  Lines       16877    16877           
=======================================
+ Hits        11122    11123    +1     
+ Misses       5755     5754    -1     

@github-actions github-actions bot merged commit e1d2c10 into main Dec 5, 2023
17 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/patch-8b0f05ca87 branch December 5, 2023 01:37
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.

1 participant