Skip to content

ci: Bump the patches group with 5 updates#458

Merged
Lencerf merged 1 commit into
mainfrom
dependabot/cargo/patches-f83e5f5b0f
Jun 2, 2026
Merged

ci: Bump the patches group with 5 updates#458
Lencerf merged 1 commit into
mainfrom
dependabot/cargo/patches-f83e5f5b0f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the patches group with 5 updates:

Package From To
flexi_logger 0.31.8 0.31.9
snafu 0.9.0 0.9.1
zerocopy 0.8.48 0.8.50
log 0.4.29 0.4.30
mio 1.2.0 1.2.1

Updates flexi_logger from 0.31.8 to 0.31.9

Changelog

Sourced from flexi_logger's changelog.

[0.31.9] - 2026-05-22

Fix bug #205 in FileSpec::default_basename, and add a test.

Code maintenance: update dependencies, add semver check to qualify.rs, fix new clippy.

Commits

Updates snafu from 0.9.0 to 0.9.1

Changelog

Sourced from snafu's changelog.

0.9.1 - 2026-05-29

Fixed

  • Error types that use Self in fields or trait bounds are now supported.
Commits
  • ff50133 Release 0.9.1
  • c425b0a Update the changelog
  • 8f50dc7 Merge pull request #556 from legeana/self-error
  • 757eeec Expand Self to the original error type before parsing
  • 1f8e75f Merge pull request #557 from legeana/ui-report
  • a656885 Fix cargo fmt for Rust 1.95.0
  • e0a2c25 Update compile-fail's ui/report test for Rust 1.95.0
  • a658cc6 Merge pull request #554 from jplatte/cargo-feat-cleanup
  • fa8a8bd Use namespaced dependency activation
  • 9af844a Merge pull request #555 from shepmaster/maint
  • Additional commits viewable in compare view

Updates zerocopy from 0.8.48 to 0.8.50

Release notes

Sourced from zerocopy's releases.

v0.8.50

What's Changed

Full Changelog: google/zerocopy@v0.8.49...v0.8.50

v0.8.49

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.48...v0.8.49

v0.8.49-alpha

What's Changed

Full Changelog: google/zerocopy@anneal-v0.1.0-alpha.23...v0.8.49-alpha

Commits

Updates log from 0.4.29 to 0.4.30

Release notes

Sourced from log's releases.

0.4.30

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Changelog

Sourced from log's changelog.

[0.4.30] - 2026-05-21

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.29...0.4.30

Notable Changes

Commits
  • 9c55760 Merge pull request #725 from rust-lang/cargo/0.4.30
  • d1acb05 update docs on current MSRV and note latest bump in changelog
  • 5068293 prepare for 0.4.30 release
  • 7ccd873 Merge pull request #724 from rust-lang/feat/net-to-value
  • 923dfaa fix up test cfgs
  • ecb7de8 gate net value impls on std
  • 67bb4f6 run fmt
  • 25f49fe rework net type capturing
  • 7087dcb feat: impl ToValue for core::net types
  • 67bc7e3 Merge pull request #723 from woodruffw-forks/ww/ci
  • Additional commits viewable in compare view

Updates mio from 1.2.0 to 1.2.1

Changelog

Sourced from mio's changelog.

1.2.1

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 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 patches group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [flexi_logger](https://github.com/emabee/flexi_logger) | `0.31.8` | `0.31.9` |
| [snafu](https://github.com/shepmaster/snafu) | `0.9.0` | `0.9.1` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.48` | `0.8.50` |
| [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.30` |
| [mio](https://github.com/tokio-rs/mio) | `1.2.0` | `1.2.1` |


Updates `flexi_logger` from 0.31.8 to 0.31.9
- [Release notes](https://github.com/emabee/flexi_logger/releases)
- [Changelog](https://github.com/emabee/flexi_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emabee/flexi_logger/commits)

Updates `snafu` from 0.9.0 to 0.9.1
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](shepmaster/snafu@0.9.0...0.9.1)

Updates `zerocopy` from 0.8.48 to 0.8.50
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.48...v0.8.50)

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

Updates `mio` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/commits)

---
updated-dependencies:
- dependency-name: flexi_logger
  dependency-version: 0.31.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: snafu
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: zerocopy
  dependency-version: 0.8.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: log
  dependency-version: 0.4.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: mio
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 2, 2026
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 26817467502

Coverage remained the same at 28.64%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 14849
Covered Lines: 4143
Line Coverage: 27.9%
Relevant Branches: 1286
Covered Branches: 478
Branch Coverage: 37.17%
Branches in Coverage %: Yes
Coverage Strength: 37.22 hits per line

💛 - Coveralls

@Lencerf Lencerf merged commit 3fd0814 into main Jun 2, 2026
11 checks passed
@Lencerf Lencerf deleted the dependabot/cargo/patches-f83e5f5b0f branch June 2, 2026 16:53
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.

2 participants