Skip to content

chore(deps): bump env_logger from 0.11.10 to 0.11.11 - #131

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/env_logger-0.11.11
Closed

chore(deps): bump env_logger from 0.11.10 to 0.11.11#131
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/env_logger-0.11.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps env_logger from 0.11.10 to 0.11.11.

Release notes

Sourced from env_logger's releases.

v0.11.11

[0.11.11] - 2026-06-25

Internal

  • Updated env_filter
Changelog

Sourced from env_logger's changelog.

[0.11.11] - 2026-06-25

Internal

  • Updated env_filter
Commits
  • b4d3f2b chore: Release
  • cc2b2ef chore: Release
  • 69e27d1 docs: Update changelog
  • 166880d Merge pull request #411 from epage/parse
  • 0a580d0 fix(filter): Remove 'parse' on no_std
  • 78d8ef1 Merge pull request #404 from cagatay-y/feature/filter-no_std
  • 132fe86 feat(filter): Add support for no_std environments
  • 4feafa4 refactor(env_filter): Fix unreachable pub warning
  • 92f8d8d Merge pull request #410 from rust-cli/renovate/crate-ci-typos-1.x
  • 4e57784 chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests/issues that update a dependency file rust Pull requests that update rust code labels Jul 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/env_logger-0.11.11 branch from a7218f4 to 70ab705 Compare July 25, 2026 03:45
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.10 to 0.11.11.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.10...v0.11.11)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-version: 0.11.11
  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/env_logger-0.11.11 branch from 70ab705 to 27a2134 Compare July 27, 2026 12:32
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.
@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like env_logger is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 28, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/env_logger-0.11.11 branch July 28, 2026 02:52
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