Skip to content

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in /sentry_streams/tests/rust_test_functions#261

Merged
fpacifici merged 1 commit intomainfrom
dependabot/cargo/sentry_streams/tests/rust_test_functions/tracing-subscriber-0.3.20
Mar 18, 2026
Merged

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in /sentry_streams/tests/rust_test_functions#261
fpacifici merged 1 commit intomainfrom
dependabot/cargo/sentry_streams/tests/rust_test_functions/tracing-subscriber-0.3.20

Conversation

@dependabot
Copy link
Contributor

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

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

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 15, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 15, 2026 20:16
@dependabot dependabot bot added the rust Pull requests that update rust code label Mar 15, 2026
@github-actions
Copy link

github-actions bot commented Mar 15, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • (streams) Add topic name override for StreamSource and StreamSink by fpacifici in #257

Internal Changes 🔧

Deps

  • Bump tracing-subscriber from 0.3.19 to 0.3.20 in /sentry_streams/tests/rust_test_functions by dependabot[bot] in #261
  • Bump time from 0.3.41 to 0.3.47 in /sentry_streams by dependabot in #267
  • Bump bytes from 1.10.1 to 1.11.1 in /sentry_streams/tests/rust_test_functions by dependabot in #268

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Internal Changes 🔧

Deps

  • Bump tracing-subscriber from 0.3.19 to 0.3.20 in /sentry_streams/tests/rust_test_functions by dependabot[bot] in #261
  • Bump virtualenv from 20.31.2 to 20.36.1 in /sentry_streams by dependabot in #248
  • Bump bytes from 1.10.1 to 1.11.1 in /sentry_streams by dependabot in #242
  • Bump urllib3 from 2.5.0 to 2.6.3 in /sentry_streams by dependabot in #239
  • Bump protobuf from 5.29.5 to 5.29.6 in /sentry_streams by dependabot in #244

Other

  • Remove sentry_flink package by fpacifici in #253

🤖 This preview updates automatically when you update the PR.

@dependabot dependabot bot force-pushed the dependabot/cargo/sentry_streams/tests/rust_test_functions/tracing-subscriber-0.3.20 branch from 76e7810 to 8f9ad6c Compare March 18, 2026 21:17
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: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/sentry_streams/tests/rust_test_functions/tracing-subscriber-0.3.20 branch from 8f9ad6c to b0dc364 Compare March 18, 2026 21:18
@fpacifici fpacifici merged commit 6d9159d into main Mar 18, 2026
20 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/sentry_streams/tests/rust_test_functions/tracing-subscriber-0.3.20 branch March 18, 2026 23:04
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.

1 participant