Bump the rust-dependencies group across 1 directory with 33 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 3
(9 months ago)
(9 months ago)
rust dependencies
Bumps the rust-dependencies group with 32 updates in the / directory:
| Package | From | To |
|---|---|---|
| serde | 1.0.219 |
1.0.228 |
| serde_path_to_error | 0.1.17 |
0.1.20 |
| serde_json | 1.0.143 |
1.0.145 |
| toml | 0.9.5 |
0.9.6 |
| axum | 0.8.4 |
0.8.5 |
| anyhow | 1.0.99 |
1.0.100 |
| clap | 4.5.47 |
4.5.48 |
| serde-untagged | 0.1.8 |
0.1.9 |
| object_store | 0.12.3 |
0.12.4 |
| 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 |
| opentelemetry_sdk | 0.30.0 |
0.31.0 |
| opentelemetry | 0.30.0 |
0.31.0 |
| opentelemetry-otlp | 0.30.0 |
0.31.0 |
| opentelemetry-semantic-conventions | 0.30.0 |
0.31.0 |
| init-tracing-opentelemetry | 0.30.1 |
0.31.0 |
| google-cloud-auth | 0.23.0 |
1.0.0 |
| thiserror | 2.0.16 |
2.0.17 |
| tempfile | 3.21.0 |
3.23.0 |
| moka | 0.12.10 |
0.12.11 |
| tonic | 0.13.1 |
0.14.2 |
| hyper-util | 0.1.16 |
0.1.17 |
| rcgen | 0.14.3 |
0.14.5 |
| rustls | 0.23.31 |
0.23.32 |
| tokio-rustls | 0.26.2 |
0.26.4 |
| quote | 1.0.40 |
1.0.41 |
| trybuild | 1.0.110 |
1.0.111 |
| tree-sitter | 0.25.9 |
0.25.10 |
| tree-sitter-python | 0.23.6 |
0.25.0 |
| tree-sitter-md | 0.3.2 |
0.5.1 |
| regex | 1.11.2 |
1.11.3 |
Updates serde from 1.0.219 to 1.0.228
Release notes
Sourced from serde's releases.
v1.0.228
- Allow building documentation with
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)v1.0.227
- Documentation improvements (#2991)
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
a866b33Release 1.0.2285adc9e8Merge pull request #2995 from dtolnay/rustdocflagsab58178Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 module- 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.6
Commits
4695fb0chore: Release6a77ed7docs: Update changelogc1e8197refactor: Switch serde dependency to serde_core (#1036)d85d6cdrefactor: Switch serde dependency to serde_core9154dcbchore: Release38f445cdocs: Update changelog1ce8a75feat(edit): Expose Table::span (#1031)290c28ffeat(edit): Expose Table::spanb2bc739chore(deps): Update Rust Stable to v1.89 (#1026)- See full diff in compare view
Updates axum from 0.8.4 to 0.8.5
Release notes
Sourced from axum's releases.
axum v0.8.5
- fixed: Reject JSON request bodies with trailing characters after the JSON document (#3453)
- added: Implement
OptionalFromRequestforMultipart(#3220)- added: Getter methods
Location::{status_code, location}- added: Support for writing arbitrary binary data into server-sent events (#3425)]
- added:
middleware::ResponseAxumBodyLayerfor mapping response body toaxum::body::Body(#3469)- added:
impl FusedStream for WebSocket(#3443)- changed: The
ssemodule andSsetype no longer depend on thetokiofeature (#3154)- changed: If the location given to one of
Redirects constructors is not a valid header value, instead of panicking on construction, theIntoResponseimpl now returns an HTTP 500, just likeJsondoes when serialization fails (#3377)- changed: Update minimum rust version to 1.78 (#3412)
#3154: tokio-rs/axum#3154 #3220: tokio-rs/axum#3220 #3377: tokio-rs/axum#3377 #3412: tokio-rs/axum#3412 #3425: tokio-rs/axum#3425 #3443: tokio-rs/axum#3443 #3453: tokio-rs/axum#3453 #3469: tokio-rs/axum#3469
Commits
a1d22f6Release axum 0.8.5 and related cratesad2fd5bUpdate changelogsa0692f9Reject JSON bodies with trailing chars (#3453)ae80850Update to cargo-deny api version 2 (#3475)651cc1eRemove unused link def6529158Bump Cargo.lock1a7460cci: Also run for release branchescb8670aUpdate to tokio-tungstenite 0.28 (#3497)0c66493axum-extra: Remove unused tower dependency (#3486)6f1ed5eSpelling misstake in Using closure capture (#3481)- 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 object_store from 0.12.3 to 0.12.4
Commits
9dc8d7dUpdate version to 0.12.4 and add changelog (#491)cac4bacRevert "refactor: remove AWS dynamo integration (#407)" (#493)ebfd02fAWS S3: Support STS endpoint, WebIdentity, RoleArn, RoleSession configuration...f1dd075Fix for clippy 1.90 (#492)ed17e12Add version 0.12.4 release plan to README (#490)da88a75Add storage class for aws, gcp, and azure (#456)f73c457aws: downgrade credential provider info! log messages to debug! (#436)59e5545chore(client/retry): include error info in logs when retry occurs (#487)c0e241ebuild(deps): bump actions/github-script from 7 to 8 (#478)49ce872build(deps): bump actions/setup-node from 4 to 5 (#477)- Additional commits viewable in compare view
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 opentelemetry_sdk from 0.30.0 to 0.31.0
Commits
285dc92chore: Prepare for release v0.31.0 (#3179)9cde968chore: Prepare for release otel-http v0.30.1, Revert part of multi-value key ...5250df2fix: Suppress telemetry emitted inside ofBatchLogProcessor::emit(#3172)9bd2c1bfix: use instrumentation schema URL on scope spans (#3171)159135cfeat: Add is_remote flag in exporter for spans and span links (#3153)b7ff11bfix: Use path+version dependencies for publishing to crates.io otel-http (#3...24da5c9fix: Use path+version dependencies for publishing to crates.io (#3167)6f75c58fix: Addstdfeature to serde to fix CI linting issues (#3165)80b5dcbchore: Bump opentelemetry-proto to v0.30.1 and opentelemetry-otlp to v0.30.1 ...b70771achore: bump otel-proto to v1.8.0 (#3156)- Additional commits viewable in compare view
Updates opentelemetry from 0.30.0 to 0.31.0
Commits
285dc92chore: Prepare for release v0.31.0 (#3179)9cde968chore: Prepare for release otel-http v0.30.1, Revert part of multi-value key ...5250df2fix: Suppress telemetry emitted inside ofBatchLogProcessor::emit(#3172)9bd2c1bfix: use instrumentation schema URL on scope spans (#3171)159135cfeat: Add is_remote flag in exporter for spans and span links (#3153)b7ff11bfix: Use path+version dependencies for publishing to crates.io otel-http (#3...24da5c9fix: Use path+version dependencies for publishing to crates.io (#3167)6f75c58fix: Addstdfeature to serde to fix CI linting issues (#3165)80b5dcbchore: Bump opentelemetry-proto to v0.30.1 and opentelemetry-otlp to v0.30.1 ...b70771achore: bump otel-proto to v1.8.0 (#3156)- Additional commits viewable in compare view
Updates opentelemetry-otlp from 0.30.0 to 0.31.0
Release notes
Sourced from opentelemetry-otlp's releases.
v0.31.0
See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.31.0 for this release).
Commits
285dc92chore: Prepare for release v0.31.0 (#3179)9cde968chore: Prepare for release otel-http v0.30.1, Revert part of multi-value key ...5250df2fix: Suppress telemetry emitted inside ofBatchLogProcessor::emit(#3172)9bd2c1bfix: use instrumentation schema URL on scope spans (#3171)159135cfeat: Add is_remote flag in exporter for spans and span links (#3153)b7ff11bfix: Use path+version dependencies for publishing to crates.io otel-http (#3...24da5c9fix: Use path+version dependencies for publishing to crates.io (#3167)6f75c58fix: Addstdfeature to serde to fix CI linting issues (#3165)80b5dcbchore: Bump opentelemetry-proto to v0.30.1 and opentelemetry-otlp to v0.30.1 ...b70771achore: bump otel-proto to v1.8.0 (#3156)- Additional commits viewable in compare view
Updates opentelemetry-semantic-conventions from 0.30.0 to 0.31.0
Release notes
Sourced from opentelemetry-semantic-conventions's releases.
v0.31.0
See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.31.0 for this release).
Commits
285dc92chore: Prepare for release v0.31.0 (#3179)9cde968chore: Prepare for release otel-http v0.30.1, Revert part of multi-value key ...5250df2fix: Suppress telemetry emitted inside ofBatchLogProcessor::emit(#3172)9bd2c1bfix: use instrumentation schema URL on scope spans (#3171)159135cfeat: Add is_remote flag in exporter for spans and span links (#3153)b7ff11bfix: Use path+version dependencies for publishing to crates.io otel-http (#3...24da5c9fix: Use path+version dependencies for publishing to crates.io (#3167)6f75c58fix: Addstdfeature to serde to fix CI linting issues (#3165)80b5dcbchore: Bump opentelemetry-proto to v0.30.1 and opentelemetry-otlp to v0.30.1 ...b70771achore: bump otel-proto to v1.8.0 (#3156)- Additional commits viewable in compare view
Updates init-tracing-opentelemetry from 0.30.1 to 0.31.0
Commits
2ede006chore: releasec126cb6feat!: Guard struct allow future evolution, init_subscriber can be used for n...68fd718feat: a more configurable tracing configuration withTracingConfig8838894build: ignore update onrust(try to be compatible with oldest version)a21b3c4docs: add a CONTRIBUTING.md with build instructionfbd819echore: migrate task fromjustto mise`c363da8feat!: export grpc utils fromhttp::grpcmoduleb8b3c3bchore(deps): revert change, depends of rust 1.829c3b3dbchore(deps): update dependency rust to v1.90.0204ac4echore(deps): update oxsecurity/megalinter action to v9- Additional commits viewable 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 thiserror from 2.0.16 to 2.0.17
Release notes
Sourced from thiserror's releases.
2.0.17
- Use differently named __private module per patch release (#434)
Commits
72ae716Release 2.0.17599fdceMerge pull request #434 from dtolnay/private9ec05f6Use differently named __private module per patch released2c492bRaise minimum tested compiler to rust 1.76fc3ab95Opt in to generate-macro-expansion when building on docs.rs819fe29Update ui test suite to nightly-2025-09-12259f48cEnforce trybuild >= 1.0.108470e6a6Update ui test suite to nightly-2025-08-24544e191Update actions/checkout@v4 -> v5cbc1ebaDelete duplicate cap-lints flag from build script- See full diff in compare view
Updates tempfile from 3.21.0 to 3.23.0
Changelog
Sourced from tempfile's changelog.
3.23.0
- Remove need for the "nightly" feature to compile with "wasip2".
3.22.0
- Updated
windows-sysrequirement to allow version 0.61.x- Remove
unstable-windows-keep-open-tempfilefeature.
Commits
fe9f4a3chore: release v3.23.0 (#381)006c3fdfix: use std::os::fd instead of std::os::wasi (#380)b0e6309doc: Update COPYRIGHT link (#377)2d6fc3fFix formatting in Builder::disable_cleanup documentation (#375)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)- Additional commits viewable in compare view
Updates moka from 0.12.10 to 0.12.11
Changelog
Sourced from moka's changelog.
Version 0.12.11
Added
- Support
Equivalenttrait for the key typeKof the caches. (#492[gh-pull-0492])- Added the
jittered_expiry_policyexample (#489[gh-pull-0489]).Changed
- Adjusted license expression: some code is Apache-2.0 only (#529[gh-pull-0529], by [
@musicinmybrain][gh-musicinmybrain]).
- The license expression in
Cargo.tomlwas changed fromMIT OR Apache-2.0to(MIT OR Apache-2.0) AND Apache-2.0.- See the license section of the README for details.
- Upgrading a crate in the dependencies:
- Raised the minimum version of
crossbeam-channelcrate fromv0.5.5tov0.5.15to avoid the following issue (#514[gh-pull-0514], by [karankurbur][gh-karankurbur]).
- [RUSTSEC-2025-0024] crossbeam-channel: double free on Drop
- Moving a crate from the dependencies to the dev-dependencies:
- Switched
loomcrate to a dev-dependency (#509[gh-pull-0509], by [thomaseizinger][gh-thomaseizinger]).- Updating a crate in the dev-dependencies:
- Upgraded
reqwestcrate in the dev-dependencies fromv0.11tov0.12(#531[gh-pull-0531], by [musicinmybrain][gh-musicinmybrain]).Removed
- Removing a crate from the dependencies:
- Removed
thiserrorcrate by manually implementingstd::error::Errorformoka::PredicateError(#512[gh-pull-0512], by [@brownjohnf][gh-brownjohnf]).- Removing crates from the dev-dependencies:
- Removed clippy ignore
non_send_fields_in_send_tythat no longer applies (#505[gh-pull-0505], by [@qti3e][gh-qti3e]).Fixed
- Remove redundant word in source code comment (#532[gh-pull-0532], by [
@quantpoet][gh-quantpoet]).
Commits
for 6bae51d9a8cd4a667744ca05b535815ce48b47ce. You can customize this summary. It will automatically update as commits are pushed.
Pull Request Statistics
0
0
+0
-0
Package Dependencies
aws-sdk-bedrockruntime
cargo
1.105.0 → 1.106.0
Minor
opentelemetry-semantic-conventions
cargo
0.30.0 → 0.31.0
Minor
aws-sdk-sagemakerruntime
cargo
1.85.0 → 1.86.0
Minor
init-tracing-opentelemetry
cargo
0.30.1 → 0.31.0
Minor
Technical Details
| ID: | 8717966 |
| UUID: | 3462912134 |
| Node ID: | PR_kwDOMXNO-86q_awg |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |