Bump the rust-dependencies group across 1 directory with 21 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
rust dependencies
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_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
1799547Release 1.0.2262dbeefbMerge pull request #2935 from Mingun/dedupe-adj-enums8a3c29fMerge pull request #2986 from dtolnay/didnotworkdefc24dRemove "did not work" comment from test suite2316610Merge pull request #2929 from Mingun/flatten-enum-testsc09e2bdAdd tests for flatten unit variant in adjacently tagged (tag + content) enumsfe7dcc4Test all possible orders of map entries for enum-flatten-in-struct representa...a20e66eCheck serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...1c1a5d9Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...ee3c237Opt 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
097ed87Release 0.1.20b01872eMerge pull request #37 from dtolnay/nostd7d44c3fSupport no-std6b45d3dRelease 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 lint- 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 toml from 0.9.5 to 0.9.7
Commits
669b4a6chore: Releasea3153bedocs: Update changelog8105f25chore: Update dependencies (#1039)53768e7chore: Update from '_rust/main' template (#1040)82d738bchore: Update from '_rust/main' template3bfcdc2chore: Add license for libfuzzer68dec6echore: Upgrade foldhash0df630dchore: Bump dependencieseb51e86chore: Bump MSRV to 1.7656774e7chore: Update dependencies- Additional commits viewable in compare view
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
18c2598Release 1.0.100f271988Merge pull request #426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order 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_derivecookbook 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_derivecookbook entry
Commits
c3a1ddcchore: Release4460ff4docs: Update changelog54947a1Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2fix(complete): Restore nospace in bash2f6a108test(complete): Demonstrate current behaviorf88be57style: Ensure consistent newlinesf209bcechore: Releasef33ff7fdocs: Update changelogbf06e6fMerge pull request #5974 from kryvashek/support-clearing-args-matches5d357adfeat(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
- 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.4
Changelog
Sourced from indexmap's changelog.
2.11.4 (2025-09-18)
- Updated the
hashbrowndependency to a range allowing 0.15 or 0.16.2.11.3 (2025-09-15)
- Make the minimum
serdeversion 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_mutmethod toIndexMap.- Removed the unnecessary
Ordbound oninsert_sorted_bymethods.
Commits
03f9e58Merge pull request #418 from a1phyr/hashbrown_0.16ee6080dRelease 2.11.4a7da8f1Use a range for hashbrown0cd5aefUpdatehashbrownto 0.16fd5c819Merge pull request #417 from cuviper/release-2.11.39321145Release 2.11.37b48568Merge pull request #416 from cuviper/release-2.11.249ce7faRelease 2.11.258fd834Merge pull request #414 from DaniPopes/serde_core5dc1d6aDepend onserde_coreinstead ofserde- Additional commits viewable 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 hyper-util from 0.1.16 to 0.1.17
Release notes
Sourced from hyper-util's releases.
v0.1.17
Highlights
- Fix
legacy::Clientto allow absolute-form URIs whenConnected::proxy(true)is passed and the scheme ishttps.What's Changed
- chore(test): remove some miri exception config by
@tottotoin hyperium/hyper-util#222- refactor(connect): safely convert
socket2::Socketto TokioTcpSocketby@0x676e67in hyperium/hyper-util#223- refactor: set correct cfg on common::{Exec, Lazy, SyncWrapper} by
@seanmonstarin hyperium/hyper-util#224- fix(client): allow absolute-form if is_proxied is set even on HTTPS by
@seanmonstarin hyperium/hyper-util#225Full 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::Clientto allow absolute-form URIs whenConnected::proxy(true)is passed and the scheme ishttps.
Commits
3021828v0.1.179fb7cd5fix(client): allow absolute-form if is_proxied is set even on HTTPS (#225)00035barefactor: set correct cfg on common::{rewind, Exec, Lazy, SyncWrapper} (#224)ad8c7c5refactor(connect): safely convertSocketto TokioTcpSocket(#223)00911ecchore(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
- 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 rustls from 0.23.31 to 0.23.32
Commits
6a188a7Take semver-compatible updates5abe33ePrepare 0.23.32d3c502eImprove compatibility of TLS1.2 with ECDSA+SHA512ef7063dtake webpki 0.103.577a0148ci-bench: RUSTSEC-2025-0057 fxhash -> rustc-hash1492c95Fixclippy::needless_borrows_for_generic_argse029d31cargo-check-external-types: take updated nightly2d03fa7Remove test of async-std example20f548aWithdraw use of async-std in example code0cb4244Track 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
- Clarify how to run the example server by
@sundreshin rustls/tokio-rustls#111- fix: handshake does not fully flush writes by
@conradludgatein rustls/tokio-rustls#112- feat: add
alpn_protocolsforTlsConnector::connect_withby@yukiiiteruin rustls/tokio-rustls#116- lib: derive
DebugonStartHandshakeby@lucabin rustls/tokio-rustls#120- server: allow splitting and reassembling a
StartHandshakeby@lucabin rustls/tokio-rustls#127- Make StartHandshake fields public by
@djcin rustls/tokio-rustls#128
Commits
d5dfa08Update semver-compatible dependenciesd5bb23cBump version to 0.26.3e0ddd89Fix warning about potentially incomplete writesba767aeWarn on clippy::use_self3b996aaserver: align argument order with fieldsc9778d2server: make StartHandshake fields publica58a6e9server: allow splitting and reassembling aStartHandshake97745c3Move server types into server module78a4ea8Move Connect and FallibleConnect into client module8c2af0cMove 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.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
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
- release v0.5.0 by
@clasonin tree-sitter-grammars/tree-sitter-markdown#198- fix: removed unnecessary char casting by
@Anaritusin tree-sitter-grammars/tree-sitter-markdown#200- build: install pkgconfig file to libdir by
@jpalusin tree-sitter-grammars/tree-sitter-markdown#191- ci: update workflows by
@clasonin tree-sitter-grammars/tree-sitter-markdown#203- release v0.5.1 by
@clasonin tree-sitter-grammars/tree-sitter-markdown#204New Contributors
@Anaritusmade their first contribution in tree-sitter-grammars/tree-sitter-markdown#200@jpalusmade their first contribution in tree-sitter-grammars/tree-sitter-markdown#191Full 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.gzfor the complete source code.Breaking Changes
- Regenerate parsers with ABI 15
What's Changed
- Require tree-sitter.json for Successful Tree-Sitter Build by
@linw1995in tree-sitter-grammars/tree-sitter-markdown#187New Contributors
@linw1995made their first contribution in tree-sitter-grammars/tree-sitter-markdown#187Full Changelog: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/v0.4.1...v0.5.0
v0.4.1
What's Changed
- chore: regenerate with tree-sitter 0.25.3 by
@clasonin tree-sitter-grammars/tree-sitter-markdown#190New Contributors
@clasonmade their first contribution in tree-sitter-grammars/tree-sitter-markdown#190Full Changelog: https://github.com/tree-sitter-grammars/tree-sitter-markdown/compare/v0.4.0...v0.4.1
v0.4.0
What's Changed
- Fix filename of common/common.js in package.json that breaks the node package after rename. by
@Greenscreenerin tree-sitter-grammars/tree-sitter-markdown#161- fix: recognize escaped "$" in latex blocks by
@ribru17in tree-sitter-grammars/tree-sitter-markdown#165- fix: allow whitespace after closing code block fence by
@ribru17in tree-sitter-grammars/tree-sitter-markdown#163- feat: update to tree-sitter 0.24 by
@ObserverOfTimein tree-sitter-grammars/tree-sitter-markdown#166- fix: highlights & injections query paths in tree-sitter.json by
@topi314in tree-sitter-grammars/tree-sitter-markdown#178- injections.scm: TOML +++ metadata frontmatter support by
@notpeterin tree-sitter-grammars/tree-sitter-markdown#181New Contributors
@Greenscreenermade their first contribution in tree-sitter-grammars/tree-sitter-markdown#161@ribru17made their first contribution in tree-sitter-grammars/tree-sitter-markdown#165
... (truncated)
Commits
2dfd57frelease v0.5.152a3ef9ci: update workflows5b95c5achore: mark parsers as generated by v0.25.97462bb6build: install pkgconfig file to libdir9dca2b6fix(scanner): remove unnecessary char casting (#200)efb075cfixupafaa413release v0.5.031c557eci(release): add workflow2c1006fci(test): update workflow071b3b7fix(npm): include tree-sitter config file (#187)- Additional commits viewable in
Pull Request Statistics
Commits:
1Files Changed:
7Additions:
+164Deletions:
-177
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: | 8105115 |
| UUID: | 2847615426 |
| Node ID: | PR_kwDOMXNO-86puynC |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |
| Merge State: | Unknown |