chore(deps): weekly safe cargo updates · 5 packages#3
Open
mendral-app[bot] wants to merge 1 commit into
Open
Conversation
84efe0b to
63be73a
Compare
Author
|
Correction to PR body: The tonic/tonic-prost/tonic-prost-build packages are bumped to 0.14.5 (not 0.14.6). Version 0.14.6 requires rustc 1.88 which is incompatible with the project's CI toolchain (rustc 1.85.0). Updated skip reason: Note Tag @mendral-app with feedback or questions. |
63be73a to
2661866
Compare
2661866 to
f5bfed6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Packages bumped
tonictonic-prosttonic-prost-buildprostprost-typestokioPer-package details
tonic / tonic-prost / tonic-prost-build 0.14.2 → 0.14.5
Changelog highlights (v0.14.3–v0.14.5):
tcp_keepalive_intervalandtcp_keepalive_retriesoptions on Servermax_local_error_reset_streamson Servermax_message_sizewhen decompressing messages:ingrpc-statusheaderImpact: This repo uses tonic for generated gRPC service stubs via
build.rs. These are server/transport-layer improvements — no changes to code generation APIs. The decompression fix is beneficial for downstream consumers. Note: v0.14.6 was skipped because it requires Rust 1.88 (CI uses 1.85.0).prost / prost-types 0.14.2 → 0.14.4
Changelog highlights (v0.14.3–v0.14.4):
Nameimplementation producing invalid URLs with empty packages, re-addedDecodeError::newis_valida constant function in derive macro, fixed Display vs Debug for generated enumeration attributes, fixed error for invalid enumeration default identifiers, fixed C++ build on GCC 15, bumped MSRV to 1.85Impact: This repo generates Rust protobuf code using prost. The import path and
Namefixes from 0.14.3 are directly relevant to code generation correctness. v0.14.4 brings derive macro quality improvements. Note: v0.14.2 is yanked on crates.io. MSRV 1.85 matches the CI toolchain.tokio 1.51.1 → 1.52.3
Changelog highlights:
spawn_blockingscalability improved with sharded queuecompare_exchange_weak()AioSource::register_borrowedfor I/O safetyImpact: Tokio is used as the async runtime (
rt-multi-thread+macrosfeatures). These are internal performance improvements with no API changes. No impact on generated code.Files modified
Cargo.tomlCargo.lockSkipped this ecosystem
tonic0.14.6serdeprost-wkt-typesNote
Created by Mendral. Tag @mendral-app with feedback or questions.