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

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

Open
Number: #3607
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 22, 2025 at 01:25 AM UTC
(9 months ago)
Updated: September 22, 2025 at 01:25 AM UTC
(9 months ago)
Labels:
rust dependencies
Description:

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

Package From To
serde 1.0.219 1.0.226
serde_path_to_error 0.1.17 0.1.20
serde_json 1.0.143 1.0.145
toml 0.9.5 0.9.7
anyhow 1.0.99 1.0.100
clap 4.5.47 4.5.48
serde-untagged 0.1.8 0.1.9
chrono 0.4.41 0.4.42
aws-sdk-bedrockruntime 1.105.0 1.106.0
aws-sdk-sagemakerruntime 1.85.0 1.86.0
google-cloud-auth 0.23.0 1.0.0
tempfile 3.21.0 3.22.0
tonic 0.13.1 0.14.2
hyper-util 0.1.16 0.1.17
rcgen 0.14.3 0.14.4
rustls 0.23.31 0.23.32
tokio-rustls 0.26.2 0.26.3
trybuild 1.0.110 1.0.111
tree-sitter-python 0.23.6 0.25.0
tree-sitter-md 0.3.2 0.5.1

Updates serde from 1.0.219 to 1.0.226

Release notes

Sourced from serde's releases.

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

Commits
  • 1799547 Release 1.0.226
  • 2dbeefb Merge pull request #2935 from Mingun/dedupe-adj-enums
  • 8a3c29f Merge pull request #2986 from dtolnay/didnotwork
  • defc24d Remove "did not work" comment from test suite
  • 2316610 Merge pull request #2929 from Mingun/flatten-enum-tests
  • c09e2bd Add tests for flatten unit variant in adjacently tagged (tag + content) enums
  • fe7dcc4 Test all possible orders of map entries for enum-flatten-in-struct representa...
  • a20e66e Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...
  • 1c1a5d9 Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...
  • ee3c237 Opt in to generate-macro-expansion when building on docs.rs
  • Additional commits viewable in compare view

Updates serde_path_to_error from 0.1.17 to 0.1.20

Release notes

Sourced from serde_path_to_error's releases.

0.1.20

  • Support no-std (#37)

0.1.19

  • Raise serde version requirement to >=1.0.220

0.1.18

  • Switch serde dependency to serde_core (#35)
Commits

Updates serde_json from 1.0.143 to 1.0.145

Release notes

Sourced from serde_json's releases.

v1.0.145

  • Raise serde version requirement to >=1.0.220

v1.0.144

  • Switch serde dependency to serde_core (#1285)
Commits

Updates toml from 0.9.5 to 0.9.7

Commits

Updates anyhow from 1.0.99 to 1.0.100

Release notes

Sourced from anyhow's releases.

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)
Commits
  • 18c2598 Release 1.0.100
  • f271988 Merge pull request #426 from dtolnay/clippyfmt
  • 52f2115 Mark macros with clippy::format_args
  • da5fd9d Raise minimum tested compiler to rust 1.76
  • 211e409 Opt in to generate-macro-expansion when building on docs.rs
  • b48fc02 Enforce trybuild >= 1.0.108
  • d5f59fb Update ui test suite to nightly-2025-09-07
  • 238415d Update ui test suite to nightly-2025-08-24
  • 3bab070 Update actions/checkout@v4 -> v5
  • 4249254 Order cap-lints flag in the same order as thiserror build script
  • See full diff in compare view

Updates clap from 4.5.47 to 4.5.48

Release notes

Sourced from clap's releases.

v4.5.48

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Changelog

Sourced from clap's changelog.

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Commits
  • c3a1ddc chore: Release
  • 4460ff4 docs: Update changelog
  • 54947a1 Merge pull request #5981 from mernen/fix-bash-clap-complete-space
  • fd3f6d2 fix(complete): Restore nospace in bash
  • 2f6a108 test(complete): Demonstrate current behavior
  • f88be57 style: Ensure consistent newlines
  • f209bce chore: Release
  • f33ff7f docs: Update changelog
  • bf06e6f Merge pull request #5974 from kryvashek/support-clearing-args-matches
  • 5d357ad feat(parser): Added ArgMatches::try_clear_id()
  • Additional commits viewable in compare view

Updates serde-untagged from 0.1.8 to 0.1.9

Release notes

Sourced from serde-untagged's releases.

0.1.9

  • Switch serde dependency to serde_core (#11)
Commits

Updates chrono from 0.4.41 to 0.4.42

Release notes

Sourced from chrono's releases.

0.4.42

What's Changed

Commits
  • f3fd15f Bump version to 0.4.42
  • 5cf5603 strftime: add regression test case
  • a623170 strftime: simplify error handling
  • 36fbfb1 strftime: move specifier handling out of match to reduce rightward drift
  • 7f413c3 strftime: yield None early
  • 9d5dfe1 strftime: outline constants
  • e5f6be7 strftime: move error() method below caller
  • d516c27 strftime: merge impl blocks
  • 0ee2172 strftime: re-order items to keep impls together
  • 757a8b0 Upgrade to windows-bindgen 0.63
  • Additional commits viewable in compare view

Updates aws-sdk-bedrockruntime from 1.105.0 to 1.106.0

Commits

Updates aws-sdk-sagemakerruntime from 1.85.0 to 1.86.0

Commits

Updates google-cloud-auth from 0.23.0 to 1.0.0

Release notes

Sourced from google-cloud-auth's releases.

v1.0.0

First GA release

We are proud to announce the 1.0 release of the Google Cloud client libraries for Rust. This is the first GA version of the client libraries.

What's Included

  • Fully asynchronous clients for over 140 services, including Cloud Storage, Vertex AI, Secret Manager, and Key Management Service.
  • Fully asynchronous auth library, with support for application default credentials, service account credentials, user credentials, compute engine metadata service, and OIDC-based external credentials[^1].
  • Idiomatic abstractions for long-running operations and pagination APIs.
  • Automatic retries for requests that fail due to transient errors.
  • Automatic demarshalling of error details into idiomatic types.
  • Automatic resumes for uploads to and downloads from Cloud Storage.
  • Support for streaming uploads to Cloud Storage, with retries on errors.
  • Automatic checksumming of data uploaded to or downloaded from Cloud Storage.

What's changed

Compared to the previous release (v0.12.0) this release bumps the version numbers to 1.0.0 and updates README files.

Full Changelog: https://github.com/googleapis/google-cloud-rust/compare/v0.12.0...v1.0.0

Footnotes

[^1]: Also known as workload identify federation or "bring your own id".

Commits

Updates indexmap from 2.11.0 to 2.11.4

Changelog

Sourced from indexmap's changelog.

2.11.4 (2025-09-18)

  • Updated the hashbrown dependency to a range allowing 0.15 or 0.16.

2.11.3 (2025-09-15)

  • Make the minimum serde version only apply when "serde" is enabled.

2.11.2 (2025-09-15)

  • Switched the "serde" feature to depend on serde_core, improving build parallelism in cases where other dependents have enabled "serde/derive".

2.11.1 (2025-09-08)

  • Added a get_key_value_mut method to IndexMap.
  • Removed the unnecessary Ord bound on insert_sorted_by methods.
Commits

Updates tempfile from 3.21.0 to 3.22.0

Changelog

Sourced from tempfile's changelog.

3.22.0

  • Updated windows-sys requirement to allow version 0.61.x
  • Remove unstable-windows-keep-open-tempfile feature.
Commits
  • f720dbe chore: release 3.22.0
  • 55d742c chore: remove deprecated unstable feature flag
  • bc41a0b build(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....
  • 3c55387 test: make sure we don't drop tempdirs early (#373)
  • 17bf644 doc(builder): clarify permissions (#372)
  • c7423f1 doc(env): document the alternative to setting the tempdir (#371)
  • 5af60ca test(wasi): run a few tests that shouldn't have been disabled (#370)
  • 6c0c561 fix(doc): temp_dir doesn't check if writable
  • See full diff in compare view

Updates tonic from 0.13.1 to 0.14.2

Release notes

Sourced from tonic's releases.

v0.14.2

What's Changed

New Contributors

Full Changelog: https://github.com/hyperium/tonic/compare/v0.14.1...v0.14.2

v0.14.1

Notable change is to relax the accidental MSRV bump in the last release.

What's Changed

New Contributors

Full Changelog: https://github.com/hyperium/tonic/compare/v0.14.0...v0.14.1

v0.14.0

This release marks an important milestone for tonic, "hopefully" this will be the last major breaking release of Tonic before we start to transition work into bringing the community a joint-effort grpc-rust implementation. For the moment, any new features for the core of tonic that are not related to the work towards grpc-rust will not be accepted (I believe tonic to be in quite a good spot, security features of course will be handled with the upmost importance). Stay tuned there will be more information the coming months on what is going on with the new project but you can already see some of the code in the grpc crate within the tonic repository.

You can always watch this video for more info on grpc-rust.

Breaking Changes

  • Prost updated to v0.14
  • Prost has been extracted to their own crates

Migration guide

To migrate between <=v0.13.1 to v0.14 anything that used prost has now been moved into either tonic-prost or tonic-prost-build. All the previous types are still available but under these two new crates.

What's Changed

... (truncated)

Commits

Updates hyper-util from 0.1.16 to 0.1.17

Release notes

Sourced from hyper-util's releases.

v0.1.17

Highlights

  • Fix legacy::Client to allow absolute-form URIs when Connected::proxy(true) is passed and the scheme is https.

What's Changed

Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.16...v0.1.17

Changelog

Sourced from hyper-util's changelog.

0.1.17 (2025-09-15)

  • Fix legacy::Client to allow absolute-form URIs when Connected::proxy(true) is passed and the scheme is https.
Commits
  • 3021828 v0.1.17
  • 9fb7cd5 fix(client): allow absolute-form if is_proxied is set even on HTTPS (#225)
  • 00035ba refactor: set correct cfg on common::{rewind, Exec, Lazy, SyncWrapper} (#224)
  • ad8c7c5 refactor(connect): safely convert Socket to Tokio TcpSocket (#223)
  • 00911ec chore(test): remove some miri exception config (#222)
  • See full diff in compare view

Updates rcgen from 0.14.3 to 0.14.4

Release notes

Sourced from rcgen's releases.

0.14.4

What's Changed

Commits
  • 9f7fbb6 Bump rcgen to 0.14.4
  • 12f96a8 Add unstable support for ML-DSA algorithms
  • 28ff3b3 Move verification tests into a separate crate
  • cfe8b2e Alphabetize features and dependencies
  • 00883a9 Use more conventional order in Cargo.toml files
  • ef07b92 Move all dependency specifications to the workspace
  • 1bb5ba3 Remove ring-specific documentation links
  • b4d001b cli: implement explicit FromStr impl for KeyPairAlgorithm
  • bb40e87 cli: move PemCertifiedKey type down
  • 122df36 cli: simplify KeyPair generation API
  • Additional commits viewable in compare view

Updates rustls from 0.23.31 to 0.23.32

Commits
  • 6a188a7 Take semver-compatible updates
  • 5abe33e Prepare 0.23.32
  • d3c502e Improve compatibility of TLS1.2 with ECDSA+SHA512
  • ef7063d take webpki 0.103.5
  • 77a0148 ci-bench: RUSTSEC-2025-0057 fxhash -> rustc-hash
  • 1492c95 Fix clippy::needless_borrows_for_generic_args
  • e029d31 cargo-check-external-types: take updated nightly
  • 2d03fa7 Remove test of async-std example
  • 20f548a Withdraw use of async-std in example code
  • 0cb4244 Track 1.89 lint changes
  • Additional commits viewable in compare view

Updates tokio-rustls from 0.26.2 to 0.26.3

Release notes

Sourced from tokio-rustls's releases.

0.26.3

What's Changed

Commits
  • d5dfa08 Update semver-compatible dependencies
  • d5bb23c Bump version to 0.26.3
  • e0ddd89 Fix warning about potentially incomplete writes
  • ba767ae Warn on clippy::use_self
  • 3b996aa server: align argument order with fields
  • c9778d2 server: make StartHandshake fields public
  • a58a6e9 server: allow splitting and reassembling a StartHandshake
  • 97745c3 Move server types into server module
  • 78a4ea8 Move Connect and FallibleConnect into client module
  • 8c2af0c Move TlsConnector and TlsConnectorWithAlpn into client module
  • Additional commits viewable in compare view

Updates trybuild from 1.0.110 to 1.0.111

Release notes

Sourced from trybuild's releases.

1.0.111

  • Normalize dependency crate's version in filepaths (#316)
Commits

Updates tree-sitter-python from 0.23.6 to 0.25.0

Release notes

Sourced from tree-sitter-python's releases.

v0.25.0

NOTE: Download tree-sitter-python.tar.gz for the complete source code.

Commits
  • 293fdc0 0.25.0
  • 34a91a2 chore: generate
  • 8ad8a51 ci: update failing files
  • a0b84ed test: update tests
  • 1b1ca93 fix: give a higher lexical precedence to the * in except*
  • a4c106f feat: allow multiple exception expressions without parenthesis
  • 29e3bc2 refactor!: simplify exceptions
  • d8f9e69 feat: add PEP 750 template string support
  • 7ff26da feat: simplify try statement by accepting missing else/except/finally blocks
  • afdba00 build: update bindings
  • Additional commits viewable in compare view

Updates tree-sitter-md from 0.3.2 to 0.5.1

Release notes

Sourced from tree-sitter-md's releases.

v0.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/v0.5.0...v0.5.1

v0.5.0

NOTE: Download tree-sitter-markdown.tar.gz for the complete source code.

Breaking Changes

  • Regenerate parsers with ABI 15

What's Changed

New Contributors

Full Changelog: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/v0.4.1...v0.5.0

v0.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/v0.4.0...v0.4.1

v0.4.0

What's Changed

New Contributors

... (truncated)

Commits
Package Dependencies
Ecosystem:
cargo
Version Change:
4.5.47 → 4.5.48
Update Type:
Patch
Package:
hyper-util
Ecosystem:
cargo
Version Change:
0.1.16 → 0.1.17
Update Type:
Patch
Package:
tempfile
Ecosystem:
cargo
Version Change:
3.21.0 → 3.22.0
Update Type:
Minor
Package:
toml
Ecosystem:
cargo
Version Change:
0.9.5 → 0.9.7
Update Type:
Patch
Package:
anyhow
Ecosystem:
cargo
Version Change:
1.0.99 → 1.0.100
Update Type:
Patch
Package:
chrono
Ecosystem:
cargo
Version Change:
0.4.41 → 0.4.42
Update Type:
Patch
Package:
rustls
Ecosystem:
cargo
Version Change:
0.23.31 → 0.23.32
Update Type:
Patch
Package:
serde
Ecosystem:
cargo
Version Change:
1.0.219 → 1.0.226
Update Type:
Patch
Package:
serde_json
Ecosystem:
cargo
Version Change:
1.0.143 → 1.0.145
Update Type:
Patch
Package:
tonic
Ecosystem:
cargo
Version Change:
0.13.1 → 0.14.2
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.26.2 → 0.26.3
Update Type:
Patch
Package:
trybuild
Ecosystem:
cargo
Version Change:
1.0.110 → 1.0.111
Update Type:
Patch
Ecosystem:
cargo
Version Change:
1.105.0 → 1.106.0
Update Type:
Minor
Package:
rcgen
Ecosystem:
cargo
Version Change:
0.14.3 → 0.14.4
Update Type:
Patch
Ecosystem:
cargo
Version Change:
1.85.0 → 1.86.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.1.17 → 0.1.20
Update Type:
Patch
Ecosystem:
cargo
Version Change:
0.23.0 → 1.0.0
Update Type:
Major
Ecosystem:
cargo
Version Change:
0.1.8 → 0.1.9
Update Type:
Patch
Ecosystem:
cargo
Version Change:
0.23.6 → 0.25.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.3.2 → 0.5.1
Update Type:
Minor
Technical Details
ID: 8105115
UUID: 2847615426
Node ID: PR_kwDOMXNO-86puynC
Host: GitHub
Repository: tensorzero/tensorzero
Merge State: Unknown