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

Bump the rust-dependencies group across 1 directory with 10 updates

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

Bumps the rust-dependencies group with 9 updates in the / directory:

Package From To
uuid 1.18.0 1.18.1
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
mimalloc 0.1.47 0.1.48

Updates uuid from 1.18.0 to 1.18.1

Release notes

Sourced from uuid's releases.

v1.18.1

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1

Commits
  • 50d8e79 Merge pull request #842 from uuid-rs/cargo/v1.18.1
  • 7948592 prepare for 1.18.1 release
  • 6d847c7 Merge pull request #841 from uuid-rs/chore/unsafe-cleanup
  • 675cccc re-gate zerocopy behind unstable feature flag
  • 4dd5828 Remove some unsafe; stabilize zerocopy
  • See full diff in compare view

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

[!IMPORTANT]
Bump multiple Rust dependencies including uuid, clap, and AWS SDKs to their latest versions for improved stability and performance.

  • Dependencies:
    • Bump uuid from 1.18.0 to 1.18.1.
    • Bump clap from 4.5.45 to 4.5.46.
    • Bump aws-config from 1.8.5 to 1.8.6.
    • Bump aws-sdk-bedrockruntime from 1.103.0 to 1.104.0.
    • Bump aws-sdk-sagemakerruntime from 1.83.0 to 1.84.0.
    • Bump init-tracing-opentelemetry from 0.30.0 to 0.30.1.
    • Bump google-cloud-auth from 0.22.3 to 0.22.4.
    • Bump aws-sdk-s3 from 1.103.0 to 1.104.0.
    • Bump mimalloc from 0.1.47 to 0.1.48.

This description was created by Ellipsis for 05dd19aa1d8023913525e670d50fbb4d89e1616e. You can customize this summary. It will automatically update as commits are pushed.

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
clap
Ecosystem:
cargo
Version Change:
4.5.45 → 4.5.46
Update Type:
Patch
Package:
uuid
Ecosystem:
cargo
Version Change:
1.18.0 → 1.18.1
Update Type:
Patch
Package:
aws-sdk-s3
Ecosystem:
cargo
Version Change:
1.103.0 → 1.104.0
Update Type:
Minor
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:
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: 6754851
UUID: 2795344258
Node ID: PR_kwDOMXNO-86mnZGC
Host: GitHub
Repository: tensorzero/tensorzero