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

Bump the rust-dependencies group with 14 updates

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

Bumps the rust-dependencies group with 14 updates:

Package From To
serde 1.0.219 1.0.223
serde_path_to_error 0.1.17 0.1.19
serde_json 1.0.143 1.0.145
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
indexmap 2.11.0 2.11.1
tempfile 3.21.0 3.22.0
tonic 0.13.1 0.14.2
rcgen 0.14.3 0.14.4
trybuild 1.0.110 1.0.111
tree-sitter-python 0.23.6 0.25.0

Updates serde from 1.0.219 to 1.0.223

Release notes

Sourced from serde's releases.

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
  • 6c316d7 Release 1.0.223
  • a4ac0c2 Merge pull request #2978 from dtolnay/htmlrooturl
  • ed76364 Change serde_core's html_root_url to docs.rs/serde_core
  • 57e21a1 Release 1.0.222
  • bb58726 Merge pull request #2950 from aytey/fix_lifetime_issue_2024
  • 3f69251 Delete unneeded field of MapDeserializer
  • fd4decf Merge pull request #2976 from dtolnay/content
  • 00b1b6b Move Content's Deserialize impl from serde_core to serde
  • cf141aa Move Content's Clone impl from serde_core to serde
  • ff3aee4 Release 1.0.221
  • Additional commits viewable in compare view

Updates serde_path_to_error from 0.1.17 to 0.1.19

Release notes

Sourced from serde_path_to_error's releases.

0.1.19

  • Raise serde version requirement to >=1.0.220

0.1.18

  • Switch serde dependency to serde_core (#35)
Commits
  • 6b45d3d Release 0.1.19
  • 4d296f5 Add serde version constraint
  • 9e9c298 Release 0.1.18
  • caf49d3 Merge pull request #35 from dtolnay/serdecore
  • adf449f Switch serde dependency to serde_core
  • 9cf730f Merge pull request #36 from dtolnay/up
  • 07b007c Ignore uninlined_format_args pedantic clippy lint
  • 04edeea Raise required compiler to Rust 1.61
  • 356f187 Update actions/checkout@v4 -> v5
  • bbbaa2d Revert "Pin nightly toolchain used for miri job"
  • Additional commits viewable in compare view

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

Changelog

Sourced from indexmap's changelog.

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
  • f33f4d9 Merge pull request #413 from cuviper/release-2.11.1
  • 4c680a7 Release 2.11.1
  • b700522 Merge pull request #411 from ya7010/add_get_key_value_mut
  • 01f3ef0 Make IndexMap::get_* docs more consistent
  • cd4c1a5 feat: add IndexMap::get_key_value_mut
  • 48a98b7 Merge pull request #412 from andymandias/relax-trait-bounds
  • 2be4487 Remove Ord trait bound on insert_sorted_by functions.
  • See full diff in compare view

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

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:
+111
Deletions:
-79
Package Dependencies
Package:
tempfile
Ecosystem:
cargo
Version Change:
3.21.0 → 3.22.0
Update Type:
Minor
Package:
chrono
Ecosystem:
cargo
Version Change:
0.4.41 → 0.4.42
Update Type:
Patch
Package:
serde
Ecosystem:
cargo
Version Change:
1.0.219 → 1.0.223
Update Type:
Patch
Package:
serde_json
Ecosystem:
cargo
Version Change:
1.0.143 → 1.0.145
Update Type:
Patch
Package:
indexmap
Ecosystem:
cargo
Version Change:
2.11.0 → 2.11.1
Update Type:
Patch
Package:
tonic
Ecosystem:
cargo
Version Change:
0.13.1 → 0.14.2
Update Type:
Minor
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.19
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
Technical Details
ID: 7697872
UUID: 2827461606
Node ID: PR_kwDOMXNO-86oh6Pm
Host: GitHub
Repository: tensorzero/tensorzero
Merge State: Unknown