Skip to content

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20#1613

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/cargo/tracing-subscriber-0.3.20
Closed

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20#1613
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/cargo/tracing-subscriber-0.3.20

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 29, 2025

Bumps tracing-subscriber from 0.3.19 to 0.3.20.

Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.3.20

Security Fix: ANSI Escape Sequence Injection (CVE-TBD)

Impact

Previous versions of tracing-subscriber were vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to:

  • Manipulate terminal title bars
  • Clear screens or modify terminal display
  • Potentially mislead users through terminal manipulation

In isolation, impact is minimal, however security issues have been found in terminal emulators that enabled an attacker to use ANSI escape sequences via logs to exploit vulnerabilities in the terminal emulator.

Solution

Version 0.3.20 fixes this vulnerability by escaping ANSI control characters in when writing events to destinations that may be printed to the terminal.

Affected Versions

All versions of tracing-subscriber prior to 0.3.20 are affected by this vulnerability.

Recommendations

Immediate Action Required: We recommend upgrading to tracing-subscriber 0.3.20 immediately, especially if your application:

  • Logs user-provided input (form data, HTTP headers, query parameters, etc.)
  • Runs in environments where terminal output is displayed to users

Migration

This is a patch release with no breaking API changes. Simply update your Cargo.toml:

[dependencies]
tracing-subscriber = "0.3.20"

Acknowledgments

We would like to thank zefr0x who responsibly reported the issue at security@tokio.rs.

If you believe you have found a security vulnerability in any tokio-rs project, please email us at security@tokio.rs.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Related to Dependencies rust Pull requests that update Rust code labels Aug 29, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.42%. Comparing base (7b1c190) to head (e941613).
⚠️ Report is 27 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1613      +/-   ##
===========================================
- Coverage    85.52%   85.42%   -0.10%     
===========================================
  Files          289      289              
  Lines        22842    22842              
  Branches     22842    22842              
===========================================
- Hits         19535    19513      -22     
- Misses        2986     3005      +19     
- Partials       321      324       +3     

☔ 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.

@josecelano
Copy link
Copy Markdown
Member

Closing this PR as the dependency has already been updated to a newer version.

Current version: tracing-subscriber 0.3.22
PR target version: tracing-subscriber 0.3.20

✅ Already updated to a newer version. The security fix mentioned in this PR is included in version 0.3.22.

@josecelano josecelano closed this Dec 23, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 23, 2025

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/tracing-subscriber-0.3.20 branch December 23, 2025 10:02
josecelano added a commit that referenced this pull request Dec 23, 2025
c9c027d chore(deps): bump actions/upload-artifact from 5 to 6 (Jose Celano)
300be03 chore(deps): update dependencies (Jose Celano)

Pull request description:

  This PR updates the `actions/upload-artifact` GitHub Action from v5 to v6.

  ## Changes

  - Updated `actions/upload-artifact` from v5 to v6 in [.github/workflows/generate_coverage_pr.yaml](.github/workflows/generate_coverage_pr.yaml)

  ## What's New in v6

  - **Node.js 24 runtime support**: The action now runs on Node.js 24 by default
  - **Minimum Actions Runner version**: Requires Actions Runner version 2.327.1 or later
  - **Punycode deprecation fix**: Updates `@actions/artifact` dependency to fix Node.js 24 punycode deprecation warnings

  ## Testing

  ✅ All tests passed successfully:
  - Linter (cc) - passed
  - Tests (ct) - passed

  ## Related PRs

  This PR also closes several outdated Dependabot PRs that had already been addressed:
  - #1620 - tokio already updated to 1.48.0
  - #1618 - clap already updated to 4.5.53
  - #1613 - tracing-subscriber already updated to 0.3.22
  - #1051 - ringbuf already updated to 0.4.8

ACKs for top commit:
  josecelano:
    ACK c9c027d

Tree-SHA512: 37da6e5b93ccf8da28acf1725b25b2175172273cd950eda7fd7b6b987431893322227b3e60f0cb7fbacbaf3e713d1db5c6e82889c50d42aa81f253cf920c0a8a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Related to Dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant