Skip to content

chore(deps): bump logos from 0.14.4 to 0.16.1#79

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/logos-0.16.1
Open

chore(deps): bump logos from 0.14.4 to 0.16.1#79
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/logos-0.16.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps logos from 0.14.4 to 0.16.1.

Release notes

Sourced from logos's releases.

v0.16.1 - Fix no_std problem, clarify edge cases and docs

What's Changed

New Contributors

Full Changelog: maciejhirsz/logos@v0.16...v0.16.1

v0.16 - Major overhaul of Logos

I'm really happy to announce the release of Logos v0.16!

This version includes many significant changes, especially those contributed by @​robot-rover in #491. A big thank you to @​robot-rover for the impressive work, and to all the other contributors who made this release possible!

The list of changes is very long and focuses on two main points: fixing many bugs related to backtracking issues and supporting a larger set of regular expressions. All regular expressions should now work, except for a few exceptions. For all the details, please refer to the migration guide. More than ever, the book is the place where you can find help about how to use Logos!

As discussed in v0.13, fixing these bugs required a significant overhaul of Logos's codebase. This was possible at the cost of a slight decrease in performance. We hope to regain the same performance as prior to this release, but in the meantime, users who require optimal performance can continue using v0.15. However, we do not plan on maintaining v0.15 in the future.

If you encounter any bugs related to this release, please submit an issue on GitHub.

What's Changed

... (truncated)

Commits
  • 8c77ac0 Merge pull request #538 from maciejhirsz/release-0.16.1
  • 6954649 chore(version): release v0.16.1
  • 331eef6 Merge pull request #536 from ascopes/patch-1
  • eacbd43 Fix typo in logos.md subpatterns section
  • fe0d806 Merge pull request #534 from robot-rover/master
  • 14b4cad fixup! Fix skip allow_greedy
  • 2ebbef8 Cleanup massive array literal in parser.rs
  • 164579d Fix skip allow_greedy
  • 2906820 Merge pull request #533 from tisonkun/coalesce-ci
  • 1ff0091 ci: coalesce styles
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/logos-0.16.1 branch from 8b344cf to bf384aa Compare April 15, 2026 06:24
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 17, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

2 similar comments
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 18, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/cargo/logos-0.16.1 branch from bf384aa to e9dd224 Compare April 22, 2026 12:54
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 22, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: e82c2104-f965-44c7-b850-1f77692c7e06

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [logos](https://github.com/maciejhirsz/logos) from 0.14.4 to 0.16.1.
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.14.4...v0.16.1)

---
updated-dependencies:
- dependency-name: logos
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/logos-0.16.1 branch from e9dd224 to e82a6a8 Compare April 23, 2026 06:28
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants