Bump the rust-dependencies group with 14 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
rust dependencies
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_withattribute produce code that works if respanned to 2024 edition (#2950, thanks@aytey)v1.0.221
v1.0.220
- Add a way for data formats to depend on serde traits without waiting for serde_derive compilation: https://docs.rs/serde_core (#2608, thanks
@osiewicz)
Commits
6c316d7Release 1.0.223a4ac0c2Merge pull request #2978 from dtolnay/htmlrooturled76364Change serde_core's html_root_url to docs.rs/serde_core57e21a1Release 1.0.222bb58726Merge pull request #2950 from aytey/fix_lifetime_issue_20243f69251Delete unneeded field of MapDeserializerfd4decfMerge pull request #2976 from dtolnay/content00b1b6bMove Content's Deserialize impl from serde_core to serdecf141aaMove Content's Clone impl from serde_core to serdeff3aee4Release 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
6b45d3dRelease 0.1.194d296f5Add serde version constraint9e9c298Release 0.1.18caf49d3Merge pull request #35 from dtolnay/serdecoreadf449fSwitch serde dependency to serde_core9cf730fMerge pull request #36 from dtolnay/up07b007cIgnore uninlined_format_args pedantic clippy lint04edeeaRaise required compiler to Rust 1.61356f187Update actions/checkout@v4 -> v5bbbaa2dRevert "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
efa66e3Release 1.0.14523679e2Add serde version constraintfc27bafRelease 1.0.144caef3c6Ignore uninlined_format_args pedantic clippy lint81ba3aaMerge pull request #1285 from dtolnay/serdecored21e8ceSwitch serde dependency to serde_core6beb6cdMerge pull request #1286 from dtolnay/up1dbc803Raise required compiler to Rust 1.610bf5d87Enforce trybuild >= 1.0.108d12e943Update actions/checkout@v4 -> v5- See full diff 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
- Add fuzzer for DateTime::parse_from_str by
@tyler92in chronotope/chrono#1700- Fix wrong amount of micro/milliseconds by
@nmltin chronotope/chrono#1703- Add warning about MappedLocalTime and wasm by
@lutzkyin chronotope/chrono#1702- Fix incorrect parsing of fixed-length second fractions by
@chris-leachin chronotope/chrono#1705- Fix cfgs for
wasm32-linuxsupport by@arjunr2in chronotope/chrono#1707- Fix OpenHarmony's
tzdataparsing by@ldm0in chronotope/chrono#1679- Convert NaiveDate to/from days since unix epoch by
@findepiin chronotope/chrono#1715- Add
?Sizedbound to related methods ofDelayedFormat::write_toby@Huliiiiiiin chronotope/chrono#1721- Add
from_timestamp_secsmethod toDateTimeby@jasonaowenin chronotope/chrono#1719- Migrate to core::error::Error by
@benbrittainin chronotope/chrono#1704- Upgrade to windows-bindgen 0.63 by
@djcin chronotope/chrono#1730- strftime: simplify error handling by
@djcin chronotope/chrono#1731
Commits
f3fd15fBump version to 0.4.425cf5603strftime: add regression test casea623170strftime: simplify error handling36fbfb1strftime: move specifier handling out of match to reduce rightward drift7f413c3strftime: yield None early9d5dfe1strftime: outline constantse5f6be7strftime: move error() method below callerd516c27strftime: merge impl blocks0ee2172strftime: re-order items to keep impls together757a8b0Upgrade to windows-bindgen 0.63- Additional commits viewable in compare view
Updates aws-sdk-bedrockruntime from 1.105.0 to 1.106.0
Commits
- See full diff in compare view
Updates aws-sdk-sagemakerruntime from 1.85.0 to 1.86.0
Commits
- See full diff in compare view
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.
- feat(storage): support object contexts by
@coryanin googleapis/google-cloud-rust#3266- docs: declare all libraries as GA by
@coryanin googleapis/google-cloud-rust#3186- docs: remove caveats from top-level README by
@coryanin googleapis/google-cloud-rust#3293Full 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
- See full diff in compare view
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_mutmethod toIndexMap.- Removed the unnecessary
Ordbound oninsert_sorted_bymethods.
Commits
f33f4d9Merge pull request #413 from cuviper/release-2.11.14c680a7Release 2.11.1b700522Merge pull request #411 from ya7010/add_get_key_value_mut01f3ef0MakeIndexMap::get_*docs more consistentcd4c1a5feat: add IndexMap::get_key_value_mut48a98b7Merge pull request #412 from andymandias/relax-trait-bounds2be4487Remove 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-sysrequirement to allow version 0.61.x- Remove
unstable-windows-keep-open-tempfilefeature.
Commits
f720dbechore: release 3.22.055d742cchore: remove deprecated unstable feature flagbc41a0bbuild(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....3c55387test: make sure we don't drop tempdirs early (#373)17bf644doc(builder): clarify permissions (#372)c7423f1doc(env): document the alternative to setting the tempdir (#371)5af60catest(wasi): run a few tests that shouldn't have been disabled (#370)6c0c561fix(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
- Improve
Statusformatting by@emilkin hyperium/tonic#2403- Separate out Tls ConnectInfo trait support into separate tls feature by
@xumaplein hyperium/tonic#2402New Contributors
@Shaun1made their first contribution in hyperium/tonic#2385@emilkmade their first contribution in hyperium/tonic#2403@xumaplemade their first contribution in hyperium/tonic#2402Full 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
- Add
service_generatormethod toBuilderby@koesie10in hyperium/tonic#2364- Improve connection accept error message
@stepanchegin hyperium/tonic#2366- Remove unconditional enable of tonic-build transport feature by
@tottotoin hyperium/tonic#2357- chore: relax msrv for most crates by
@acrrdin hyperium/tonic#2378New Contributors
@koesie10made their first contribution in hyperium/tonic#2364@stepanchegmade their first contribution in hyperium/tonic#2366@acrrdmade their first contribution in hyperium/tonic#2378Full 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-rustimplementation. For the moment, any new features for the core of tonic that are not related to the work towardsgrpc-rustwill 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 thegrpccrate within thetonicrepository.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.1tov0.14anything that used prost has now been moved into eithertonic-prostortonic-prost-build. All the previous types are still available but under these two new crates.What's Changed
- add support for tower's load-shed layer by
@joerobackin hyperium/tonic#2189- Box Status contents to reduce enum size (#2253) by
@tustvoldin hyperium/tonic#2282- Update to prost 0.14 by
@tottotoin hyperium/tonic#2300- Update generated code to
error_details.protoa56cbf3bby@kriswuollettin hyperium/tonic#2306- feat(transport): Allow setting TCP_KEEPINTVL and TCP_KEEPCNT by
@xmakroin hyperium/tonic#2299- fix(tonic): make
StreamingSyncagain by@Tweyin hyperium/tonic#2293
... (truncated)
Commits
03894a2chore: prepare v0.14.2 release (#2408)d02ee2dSeparate out Tls ConnectInfo trait support into separate tls feature (#2402)52f9de8feat(tonic): ImproveStatusformatting (#2403)efd69a2LucioFrancoe3f018fchore(grpc): Update to socket2 0.6 (#2390)8ce9ae6feat(grpc): server codegen using protobuf rust (#2359)c1b2396chore(build): fix protoc binary name (#2400)407c0d1chore(ci): Update to actions/checkout@v5 (#2398)a84984achore(build): convert from bazel to cmake (#2393)736a815feat(grpc): add aggregate_states in child_manager (#2363)- Additional commits viewable 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
- Upgrade botan to 0.12 by
@djcin rustls/rcgen#377- Upgrade x509-parser to 0.18 by
@djcin rustls/rcgen#376- Add unstable support for ML-DSA algorithms by
@djcin rustls/rcgen#374
Commits
9f7fbb6Bump rcgen to 0.14.412f96a8Add unstable support for ML-DSA algorithms28ff3b3Move verification tests into a separate cratecfe8b2eAlphabetize features and dependencies00883a9Use more conventional order in Cargo.toml filesef07b92Move all dependency specifications to the workspace1bb5ba3Remove ring-specific documentation linksb4d001bcli: implement explicit FromStr impl for KeyPairAlgorithmbb40e87cli: move PemCertifiedKey type down122df36cli: 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.gzfor the complete source code.
Commits
293fdc00.25.034a91a2chore: generate8ad8a51ci: update failing filesa0b84edtest: update tests1b1ca93fix: give a higher lexical precedence to the*inexcept*a4c106ffeat: allow multiple exception expressions without parenthesis29e3bc2refactor!: simplify exceptionsd8f9e69feat: add PEP 750 template string support7ff26dafeat: simplify try statement by accepting missing else/except/finally blocksafdba00build: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
1
7
+111
-79
Package Dependencies
aws-sdk-bedrockruntime
cargo
1.105.0 → 1.106.0
Minor
aws-sdk-sagemakerruntime
cargo
1.85.0 → 1.86.0
Minor
Technical Details
| ID: | 7697872 |
| UUID: | 2827461606 |
| Node ID: | PR_kwDOMXNO-86oh6Pm |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |
| Merge State: | Unknown |