Skip to content

chore(deps): bump log from 0.4.32 to 0.4.33 - #99

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/log-0.4.33
Closed

chore(deps): bump log from 0.4.32 to 0.4.33#99
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/log-0.4.33

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps log from 0.4.32 to 0.4.33.

Changelog

Sourced from log's changelog.

[0.4.33] - 2026-06-20

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.32...0.4.33

Commits
  • f405739 Merge pull request #734 from rust-lang/cargo/0.4.33
  • 6a24abf prepare for 0.4.33 release
  • 87e0621 Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparison
  • a9b5711 Review: fallback to the &str hash
  • cc89cc6 Review: fixed other comparisons
  • 920e7dc Review: fixed comparison on MaybeStaticStr
  • 0d71d3c Fixed key comparison
  • See full diff in compare view

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/issues that update a dependency file rust Pull requests that update rust code labels Jun 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/log-0.4.33 branch from 53f6a0b to 79e41a5 Compare July 23, 2026 22:15
Bumps [log](https://github.com/rust-lang/log) from 0.4.32 to 0.4.33.
- [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.32...0.4.33)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/log-0.4.33 branch from 79e41a5 to de79638 Compare July 25, 2026 03:45
Psy-Fer added a commit that referenced this pull request Jul 28, 2026
# deps: bump log / env_logger / bstr / noodles, and dedupe noodles-bgzf

Consolidates the four Rust-dependency dependabot bumps into one verified PR, plus the follow-up dependabot's noodles bump needs but doesn't include (deduping `noodles-bgzf`).

Supersedes / closes #99, #129, #130, #131.

## Bumps

| Crate | From | To | |
|-------|------|----|-|
| `log` | 0.4.32 | 0.4.33 | patch |
| `env_logger` | 0.11.10 | 0.11.11 | patch |
| `bstr` | 1.12.1 | 1.13.0 | minor |
| `noodles` | 0.111 | 0.113 | minor (pulls `noodles-sam` 0.85→0.87, `noodles-bam` 0.90→0.92, `noodles-csi` 0.56→0.58) |
| `noodles-bgzf` | 0.47 | 0.49 | **dedupe (see below)** |

## Why the extra `noodles-bgzf` bump

`noodles` 0.113 depends on `noodles-bgzf` 0.49 internally, while our direct dep (the BAM writer's `libdeflate` BGZF path) was pinned to 0.47 — so bumping `noodles` alone (dependabot #130) leaves **two `noodles-bgzf` versions** in the tree (0.47 + 0.49). Bumping our direct dep to 0.49 dedupes to a single version; the `libdeflate` feature is intact and BAM output is unchanged.

## Validation

- Builds clean; `clippy --all-targets` 0 warnings; `fmt` clean.
- **579 tests pass** (unit + integration, including the BAM write/read round-trip tests — the main API-break risk for a `noodles` minor bump).
- Single `noodles-bgzf` version in the dep tree after the dedupe.
@Psy-Fer Psy-Fer closed this in #140 Jul 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/log-0.4.33 branch July 28, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests/issues 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