An open index of dependabot pull requests across open source projects.

Bump the rust-dependencies group with 11 updates

Open
Number: #3353
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 01, 2025 at 03:48 AM UTC
(10 months ago)
Updated: September 02, 2025 at 02:21 PM UTC
(10 months ago)
Labels:
rust dependencies
Description:

Bumps the rust-dependencies group with 11 updates:

Package From To
tracing-subscriber 0.3.19 0.3.20
clap 4.5.45 4.5.46
aws-config 1.8.5 1.8.6
aws-sdk-bedrockruntime 1.103.0 1.104.0
aws-sdk-sagemakerruntime 1.83.0 1.84.0
init-tracing-opentelemetry 0.30.0 0.30.1
google-cloud-auth 0.22.3 0.22.4
aws-sdk-s3 1.103.0 1.104.0
aws-credential-types 1.2.5 1.2.6
image 0.25.6 0.25.7
mimalloc 0.1.47 0.1.48

Updates 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

Updates clap from 4.5.45 to 4.5.46

Release notes

Sourced from clap's releases.

v4.5.46

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str
Changelog

Sourced from clap's changelog.

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str
Commits
  • acf9abb chore: Release
  • 9186a18 docs: Update changelog
  • 233c316 Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...
  • 13931a2 Merge pull request #5923 from Reverier-Xu/master
  • 536e29f feat(builder): Add ValueParserFactory for Saturating\<T>
  • 45ed71c chore: Avoid using gen for rust 2024 preserved keyword
  • 5029bb3 chore: Avoid using gen for rust 2024 preserved keyword
  • 8a1d59b chore(deps): Update Rust Stable to v1.85 (#5921)
  • 9caee53 docs(changelog): Clarify 5.0.0
  • cb2352f Merge pull request #5918 from epage/test
  • Additional commits viewable in compare view

Updates aws-config from 1.8.5 to 1.8.6

Commits

Updates aws-sdk-bedrockruntime from 1.103.0 to 1.104.0

Commits

Updates aws-sdk-sagemakerruntime from 1.83.0 to 1.84.0

Commits

Updates init-tracing-opentelemetry from 0.30.0 to 0.30.1

Commits
  • c3a132d chore: release
  • d72d812 feat(axum): optional extraction of client.address (former client_ip) from...
  • cabaf01 build: switch to megalinter flavor: documentation
  • 91c4c78 chore: fix yaml syntax of FUNDING
  • 77bf105 chore(deps): update jdx/mise-action action to v3
  • 559324f chore(deps): update dependency protoc to v32
  • feb7f45 chore(deps): update actions/checkout action to v5
  • c0f4fee chore(deps): update rust crate rstest to 0.26
  • See full diff in compare view

Updates google-cloud-auth from 0.22.3 to 0.22.4

Commits

Updates aws-sdk-s3 from 1.103.0 to 1.104.0

Commits

Updates aws-credential-types from 1.2.5 to 1.2.6

Commits

Updates image from 0.25.6 to 0.25.7

Changelog

Sourced from image's changelog.

Version 0.25.7

Features:

  • Added an API for external image format implementations to register themselves as decoders for a specific format in image (#2372)
  • Added CICP awarenes via moxcms to support color spaces (#2531). The support for transforming is limited for now and will be gradually expanded.
  • You can now embed Exif metadata when writing JPEG, PNG and WebP images (#2537, #2539)
  • Added functions to extract orientation from Exif metadata and optionally clear it in the Exif chunk (#2484)
  • Serde support for more types (#2445)
  • PNM encoder now supports writing 16-bit images (#2431)

API improvements:

  • save, save_with_format, write_to and write_with_encoder methods on DynamicImage now automatically convert the pixel format when necessary instead of returning an error (#2501)
  • Added DynamicImage::has_alpha() convenience method
  • Implemented TryFrom<ExtendedColorType> for ColorType (#2444)
  • Added const HAS_ALPHA to trait Pixel
  • Unified the error for unsupported encoder colors (#2543)
  • Added a hooks module to customize builtin behavior, register_format_detection_hook and register_decoding_hook for the determining format of a file and selecting an ImageDecoder implementation respectively. (#2372)

Performance improvements:

  • Gaussian blur (#2496) and box blur (#2515) are now faster
  • Improve compilation times by avoiding unnecessary instantiation of generic functions (#2468, #2470)

Bug fixes:

  • Many improvements to image format decoding: TIFF, WebP, AVIF, PNG, GIF, BMP, TGA
  • Fixed GifEncoder::encode() ignoring the speed parameter and always using the slowest speed (#2504)
  • .pnm is now recognized as a file extension for the PNM format (#2559)
Commits

Updates mimalloc from 0.1.47 to 0.1.48

Release notes

Sourced from mimalloc's releases.

Version 0.1.48

Changes

Commits
  • a5a76fd v0.1.48
  • 31607bf Merge pull request #144 from gschulze/feature/3.x
  • aaa0114 Allow unused macros in generated test code
  • 54d6262 Allow unused imports in generated test code
  • 1f527f1 Proper feature flag propagation in binding tests
  • edee487 Fix clippy lints
  • 29c44c2 Add workflows for v3
  • af52306 Add support for testing v3 in CI
  • d84e46e Fix excludes in Cargo manifest
  • 747b5b1 Introduce feature flag to switch between mimalloc major versions
  • See full diff in compare view

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
Files Changed:
7
Additions:
+137
Deletions:
-127
Package Dependencies
Package:
clap
Ecosystem:
cargo
Version Change:
4.5.45 → 4.5.46
Update Type:
Patch
Package:
aws-sdk-s3
Ecosystem:
cargo
Version Change:
1.103.0 → 1.104.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.3.19 → 0.3.20
Update Type:
Patch
Ecosystem:
cargo
Version Change:
1.2.5 → 1.2.6
Update Type:
Patch
Package:
aws-config
Ecosystem:
cargo
Version Change:
1.8.5 → 1.8.6
Update Type:
Patch
Ecosystem:
cargo
Version Change:
1.103.0 → 1.104.0
Update Type:
Minor
Package:
image
Ecosystem:
cargo
Version Change:
0.25.6 → 0.25.7
Update Type:
Patch
Package:
mimalloc
Ecosystem:
cargo
Version Change:
0.1.47 → 0.1.48
Update Type:
Patch
Ecosystem:
cargo
Version Change:
1.83.0 → 1.84.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.30.0 → 0.30.1
Update Type:
Patch
Ecosystem:
cargo
Version Change:
0.22.3 → 0.22.4
Update Type:
Patch
Technical Details
ID: 6103319
UUID: 2788416862
Node ID: PR_kwDOMXNO-86mM91e
Host: GitHub
Repository: tensorzero/tensorzero
Merge State: Unknown