Skip to content

build(deps): bump logos from 0.12.1 to 0.15.0#12

Open
dependabot[bot] wants to merge 6 commits intomainfrom
dependabot/cargo/logos-0.15.0
Open

build(deps): bump logos from 0.12.1 to 0.15.0#12
dependabot[bot] wants to merge 6 commits intomainfrom
dependabot/cargo/logos-0.15.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2025

Bumps logos from 0.12.1 to 0.15.0.

Release notes

Sourced from logos's releases.

v0.15 - 2024 edition, improved callback, fixes and better docs!

This is a small release, but it contains two important fixes:

  • Fix for big-endian platforms in #431
  • Support for Rust 2024 edition in #435

But it also contains a breaking change:

  • MSRV has been bumped to 1.74

As well as a nice new feature for callback to support returning Result<Skip>!

Moreover, the documentation has received very nice additions.

Many thanks to all the contributors!

What's Changed

New Contributors

Full Changelog: maciejhirsz/logos@v0.14.2...v0.15

v0.14.3 - YANKED - 2024 edition, improved callback, fixes and better docs!

[!IMPORTANT] This version was yanked as it bumped the MSRV, and we should have changed the minor (not the patch) part of the version to reflect this.

This is a small release, but it contains two important fixes:

  • Fix for big-endian platforms in #431
  • Support for Rust 2024 edition in #435

... (truncated)

Commits
  • ec8b6d5 chore(release): bump to 0.15 (#451)
  • 04ff39e chore(release): bump to 0.14.3 (#443)
  • 837d5bf Minor readme improvments (#442)
  • 727becf chore(book): add simple calculator example (#439)
  • 1200df4 fix(lib): use precise capturing on 1.82+ (#435)
  • 4aa7f5e Bump rstest to 0.23.0, the current release (#438)
  • c6b3210 chore(deps): bump codecov/codecov-action from 4 to 5 (#437)
  • 20f893e chore(deps): bump thollander/actions-comment-pull-request from 2 to 3 (#429)
  • 491842d Support callbacks returning Result<Skip> (#432)
  • 3c81ceb fix(lib): generate same code on big-endian platforms (#431)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 6, 2025
dependabot bot and others added 6 commits July 28, 2025 10:53
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.6.0 to 0.7.0.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Changyuan Lyu <changyuan.lv@gmail.com>
Signed-off-by: Changyuan Lyu <changyuan.lv@gmail.com>
Signed-off-by: Changyuan Lyu <changyuan.lv@gmail.com>
Bumps [logos](https://github.com/maciejhirsz/logos) from 0.12.1 to 0.15.0.
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.12.1...v0.15)

---
updated-dependencies:
- dependency-name: logos
  dependency-version: 0.15.0
  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.15.0 branch from dcf7a74 to 858120e Compare August 3, 2025 06:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

A newer version of logos exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

1 participant