Skip to content

chore(deps): bump tracing-subscriber from 0.3.22 to 0.3.23#93

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tracing-subscriber-0.3.23
Open

chore(deps): bump tracing-subscriber from 0.3.22 to 0.3.23#93
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tracing-subscriber-0.3.23

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps tracing-subscriber from 0.3.22 to 0.3.23.

Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.3.23

Fixed

  • Allow ansi sanitization to be disabled (#3484)

#3484: tokio-rs/tracing#3484

Commits

Dependabot compatibility score

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 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)

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.22 to 0.3.23.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 19, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 19, 2026

Greptile Summary

This is a routine patch-level dependency update generated by Dependabot, bumping tracing-subscriber from 0.3.22 to 0.3.23.

  • The only upstream change in 0.3.23 is a bug fix that allows ANSI sanitization to be disabled (subscriber: allow ansi sanitization to be disabled tokio-rs/tracing#3484), which is a non-breaking improvement.
  • Both Cargo.toml (version pin) and Cargo.lock (resolved version + checksum) are updated correctly and consistently.
  • No API surface, feature flags, or transitive dependencies changed; the env-filter feature used by this project is unaffected.

Important Files Changed

Filename Overview
Cargo.toml Version pin for tracing-subscriber bumped from 0.3.22 to 0.3.23; no other changes.
Cargo.lock Lock file updated with the new tracing-subscriber version and its corresponding crates.io checksum.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot detects tracing-subscriber 0.3.23] --> B[Update Cargo.toml version pin\n0.3.22 → 0.3.23]
    B --> C[Regenerate Cargo.lock\nnew version + checksum]
    C --> D{Breaking changes?}
    D -- No patch-level bump --> E[Safe to merge]
    D -- Yes --> F[Manual review required]
Loading

Last reviewed commit: "chore(deps): bump tr..."

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.

0 participants