Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps the cargo group with 4 updates: fast-glob, quick-xml, regex and tempfile.

Updates fast-glob from 0.4.5 to 1.0.0

Release notes

Sourced from fast-glob's releases.

v1.0.0

Other

  • clean up workflow files
  • (release) enable trusted publishing
  • (deps) update github-actions (#33)
  • (deps) update marcoieni/release-plz-action digest to 068d76d (#32)
  • (deps) update codspeedhq/action action to v3.7.0 (#31)
  • Add wax to benchmark (#24)
  • (deps) update dependency rust to v1.88.0 (#30)
  • (deps) update marcoieni/release-plz-action digest to 8724d33 (#29)
  • (deps) update marcoieni/release-plz-action digest to dde7b63 (#26)
  • (deps) update dependency rust to v1.87.0 (#28)
  • (deps) update dependency rust to v1.86.0 (#27)
  • (deps) update dependency rust to v1.85.1 (#25)
  • (deps) update github-actions (#23)
  • (deps) update marcoieni/release-plz-action digest to 476794e (#22)
  • (deps) update rust crate criterion2 to v3 (#21)
  • (deps) update github-actions (#18)
  • (deps) update github-actions (#19)
  • without any performance compromise (#17)
Changelog

Sourced from fast-glob's changelog.

1.0.0 - 2025-07-27

Other

  • clean up workflow files
  • (release) enable trusted publishing
  • (deps) update github-actions (#33)
  • (deps) update marcoieni/release-plz-action digest to 068d76d (#32)
  • (deps) update codspeedhq/action action to v3.7.0 (#31)
  • Add wax to benchmark (#24)
  • (deps) update dependency rust to v1.88.0 (#30)
  • (deps) update marcoieni/release-plz-action digest to 8724d33 (#29)
  • (deps) update marcoieni/release-plz-action digest to dde7b63 (#26)
  • (deps) update dependency rust to v1.87.0 (#28)
  • (deps) update dependency rust to v1.86.0 (#27)
  • (deps) update dependency rust to v1.85.1 (#25)
  • (deps) update github-actions (#23)
  • (deps) update marcoieni/release-plz-action digest to 476794e (#22)
  • (deps) update rust crate criterion2 to v3 (#21)
  • (deps) update github-actions (#18)
  • (deps) update github-actions (#19)
  • without any performance compromise (#17)
Commits
  • ca4d09b chore: release v1.0.0 (#20)
  • 5cced0b chore: clean up workflow files
  • 811a332 ci(release): enable trusted publishing
  • ea303ee chore(deps): update github-actions (#33)
  • b9f141e chore(deps): update marcoieni/release-plz-action digest to 068d76d (#32)
  • d50545a chore(deps): update codspeedhq/action action to v3.7.0 (#31)
  • 9bc8856 Add wax to benchmark (#24)
  • 44d9c53 chore(deps): update dependency rust to v1.88.0 (#30)
  • 0fd4df1 chore(deps): update marcoieni/release-plz-action digest to 8724d33 (#29)
  • 5073e0e chore(deps): update marcoieni/release-plz-action digest to dde7b63 (#26)
  • Additional commits viewable in compare view

Updates quick-xml from 0.38.1 to 0.38.3

Release notes

Sourced from quick-xml's releases.

v0.38.3 - Fix EOL normalization in some cases

What's Changed

Bug Fixes

  • #895: Fix incorrect normalization of \rX EOL sequences where X is a char which is UTF-8 encoded as [c2 xx], except [c2 85].

Misc Changes

  • #895: Add new xml10_content() and xml11_content() methods which behaves the same as html_content() and xml_content() methods, but express intention more clearly.

Full Changelog: tafia/quick-xml@v0.38.2...v0.38.3

v0.38.2 - Make NamespaceResolver public

What's Changed

New Features

  • #893: Implement FusedIterator for NamespaceBindingsIter.
  • #893: Make NamespaceResolver public.
  • #893: Add NsReader::resolver() for access to namespace resolver.

Misc Changes

  • #893: Rename PrefixIter to NamespaceBindingsIter.

New Contributors

Full Changelog: tafia/quick-xml@v0.38.1...v0.38.2

Changelog

Sourced from quick-xml's changelog.

0.38.3 -- 2025-08-24

Bug Fixes

  • #895: Fix incorrect normalization of \rX EOL sequences where X is a char which is UTF-8 encoded as [c2 xx], except [c2 85].

Misc Changes

  • #895: Add new xml10_content() and xml11_content() methods which behaves the same as html_content() and xml_content() methods, but express intention more clearly.

#895: tafia/quick-xml#895

0.38.2 -- 2025-08-19

New Features

  • #893: Implement FusedIterator for NamespaceBindingsIter.
  • #893: Make NamespaceResolver public.
  • #893: Add NsReader::resolver() for access to namespace resolver.

Misc Changes

  • #893: Rename PrefixIter to NamespaceBindingsIter.

#893: tafia/quick-xml#893

Commits
  • 655691c Release 0.38.3
  • e7fa0ce Merge pull request #895 from Mingun/fix-eol-normalization
  • cd6f813 XML 1.0 rules for EOL normalization equals to HTML rules, so rename correspon...
  • 66d8fa2 Fix incorrect normalization of \rX EOL sequences where X is a char which is U...
  • f8a8364 Release 0.38.2
  • 3b0f237 Remove unused header from changelog
  • cbf7fa3 Fix some misprints
  • 8559e19 Do not deprecate PrefixIter because that may lead to compilation errors in do...
  • b6b9ead Merge pull request #893 from Mingun/public-ns-resolver
  • b12ef9f Use and recommend NamespaceResolver methods instead of NsReader methods
  • Additional commits viewable in compare view

Updates regex from 1.11.1 to 1.11.2

Changelog

Sourced from regex's changelog.

1.11.2 (2025-08-24)

This is a new patch release of regex with some minor fixes. A larger number of typo or lint fix patches were merged. Also, we now finally recommend using std::sync::LazyLock.

Improvements:

Bug fixes:

Commits

Updates tempfile from 3.20.0 to 3.21.0

Changelog

Sourced from tempfile's changelog.

3.21.0

  • Updated windows-sys requirement to allow version 0.60.x
Commits

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 cargo group with 4 updates: [fast-glob](https://github.com/oxc-project/fast-glob), [quick-xml](https://github.com/tafia/quick-xml), [regex](https://github.com/rust-lang/regex) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `fast-glob` from 0.4.5 to 1.0.0
- [Release notes](https://github.com/oxc-project/fast-glob/releases)
- [Changelog](https://github.com/oxc-project/fast-glob/blob/main/CHANGELOG.md)
- [Commits](oxc-project/fast-glob@v0.4.5...v1.0.0)

Updates `quick-xml` from 0.38.1 to 0.38.3
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.38.1...v0.38.3)

Updates `regex` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.1...1.11.2)

Updates `tempfile` from 3.20.0 to 3.21.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo
- dependency-name: quick-xml
  dependency-version: 0.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: regex
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tempfile
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 26, 2025
@codecov
Copy link

codecov bot commented Aug 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.90%. Comparing base (9663a04) to head (da3f911).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #174   +/-   ##
=======================================
  Coverage   96.90%   96.90%           
=======================================
  Files          14       14           
  Lines        3132     3132           
=======================================
  Hits         3035     3035           
  Misses         97       97           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link

codspeed-hq bot commented Aug 26, 2025

CodSpeed Performance Report

Merging #174 will not alter performance

Comparing dependabot/cargo/cargo-e5f44f5410 (da3f911) with main (9663a04)1

Summary

✅ 1 untouched benchmarks

Footnotes

  1. No successful run was found on main (f481ec2) during the generation of this report, so 9663a04 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 2, 2025
@dependabot dependabot bot deleted the dependabot/cargo/cargo-e5f44f5410 branch September 2, 2025 04:04
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