Skip to content

chore(deps): update all patch versions#468

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-patch-versions
Open

chore(deps): update all patch versions#468
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-patch-versions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 19, 2025

This PR contains the following updates:

Package Type Update Change
actions-rs/toolchain action patch v1v1.0.7
cxx (source) dependencies patch 1.0.1881.0.194
cxx-build (source) build-dependencies patch 1.0.1881.0.194
debian final patch trixietrixie-20260505
env_logger dependencies patch 0.11.80.11.10
futures-util (source) dependencies patch 0.3.310.3.32
hostname dependencies patch 0.4.10.4.2
log dependencies patch 0.4.280.4.29
serde_json dependencies patch 1.0.1451.0.149
tokio-util (source) dependencies patch 0.7.160.7.18
tonic dependencies patch 0.14.20.14.6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions-rs/toolchain (actions-rs/toolchain)

v1.0.7

Compare Source

v1.0.6

Compare Source

See Changelog: https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#106---2020-03-24

v1.0.5

Compare Source

Changelog: https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#105---2020-01-26

v1.0.4

Compare Source

Changelog: https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#104---2020-01-26

v1.0.3

Compare Source

Changelog: https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#103---2019-10-19

v1.0.2

Compare Source

Changelog: https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#102---2019-10-14

v1.0.1

Compare Source

Changelog: https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#101---2019-10-05

dtolnay/cxx (cxx)

v1.0.194

Compare Source

v1.0.193

Compare Source

v1.0.192

Compare Source

v1.0.191

Compare Source

  • Suppress a GCC 15 warning false-positive in generated C++ code (#​1686)

v1.0.190

Compare Source

  • Fix spacing of enum variant static assertions (#​1675)

v1.0.189

Compare Source

  • Incorporate version number into cxx-generated symbol names to enforce version parity between C++ and Rust code generators in non-Cargo builds (#​1665, thanks @​anforowicz)
rust-cli/env_logger (env_logger)

v0.11.10

Compare Source

Internal
  • Update dependencies

v0.11.9

Compare Source

rust-lang/futures-rs (futures-util)

v0.3.32

Compare Source

  • Bump MSRV of utility crates to 1.71. (#​2989)
  • Soft-deprecate ready! macro in favor of std::task::ready! added in Rust 1.64 (#​2925)
  • Soft-deprecate pin_mut! macro in favor of std::pin::pin! added in Rust 1.68 (#​2929)
  • Add FuturesOrdered::clear (#​2927)
  • Add mpsc::*Receiver::recv (#​2947)
  • Add mpsc::*Receiver::try_recv and deprecate mpsc::*Receiver::::try_next (#​2944)
  • Implement FusedStream for sink::With (#​2948)
  • Add no_std support for shared (#​2868)
  • Make Mutex::new() const (#​2956)
  • Add #[clippy::has_significant_drop] to guards (#​2967)
  • Remove dependency to pin-utils (#​2929)
  • Remove dependency on num_cpus (#​2946)
  • Performance improvements (#​2983)
  • Documentation improvements (#​2925, #​2926, #​2940, #​2971)
djc/hostname (hostname)

v0.4.2: 0.4.2

Compare Source

What's Changed

rust-lang/log (log)

v0.4.29

Compare Source

serde-rs/json (serde_json)

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

tokio-rs/tokio (tokio-util)

v0.7.18

Compare Source

v0.7.17

Compare Source

hyperium/tonic (tonic)

v0.14.6

Compare Source

Added
  • (transport/channel) expose ServerCertVerifier API (#​2612)
Fixed
  • map no trailers ok status to unknown (#​2543)
Other
  • add max_frame_size to client Endpoint (#​2592)
  • Allow setting the HTTP/2 client header table size (#​2582)
  • update rust edition and version to 2024 and 1.88, respectively (#​2525)

v0.14.5

Compare Source

What's Changed

  • Add max connections setting

Full Changelog: hyperium/tonic@v0.14.4...v0.14.5

v0.14.4

Compare Source

What's Changed

New Contributors

Full Changelog: hyperium/tonic@v0.14.3...v0.14.4

v0.14.3

Compare Source

Features
  • Expose tcp_keepalive_interval and tcp_keepalive_retries options on Server (#​2472)
  • Allow configuration of max_local_error_reset_streams on Server (#​2437)
  • Put source error into the Display impl of Status (#​2417)
  • Server::default() now sets TCP_NODELAY to true (#​2413)
Bug Fixes
  • Respect max_message_size when decompressing a message (#​2484)
  • Depend on http at least 1.1.0 (#​2426)
Documentation
  • Fix documentation links for timeout configuration (#​2483)
  • Fix documentation typos and grammar issues in status.rs and codec/mod.rs (#​2468)
  • Fix labels in Display for Status (#​2414)
  • Fix features docs in tonic-build and tonic-prost-build (#​2434)
  • Remove redundant word in tonic-build and tonic-prost-build README (#​2425)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner November 19, 2025 01:04
@renovate renovate Bot changed the title chore(deps): update github/codeql-action action to v4.31.4 chore(deps): update all patch versions Nov 19, 2025
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 4 times, most recently from 61f6bd9 to 9272527 Compare November 24, 2025 12:27
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 4 times, most recently from 6b526cb to f10165e Compare December 5, 2025 20:23
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 5 times, most recently from e87cf5a to d93a464 Compare December 16, 2025 20:49
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 3 times, most recently from 36f08b5 to 752e803 Compare December 27, 2025 08:30
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 4 times, most recently from d0043ea to 69eb922 Compare January 6, 2026 20:29
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 2 times, most recently from cce58dc to e6b09ef Compare January 12, 2026 16:35
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 4 times, most recently from 962ac89 to 569e64f Compare January 28, 2026 00:35
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 4 times, most recently from 93a19e1 to cac8894 Compare February 3, 2026 20:30
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 5 times, most recently from 1e88725 to 9dcf1e0 Compare February 17, 2026 00:27
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch from 9dcf1e0 to 959bb7f Compare February 19, 2026 20:32
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch from 959bb7f to 6f4f717 Compare March 12, 2026 20:42
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 2 times, most recently from 506e65a to 008fa01 Compare March 26, 2026 16:35
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch from 008fa01 to adbe04e Compare April 7, 2026 04:26
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 7 times, most recently from 423e14d to 0cd50af Compare April 22, 2026 11:48
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch from 0cd50af to ab0a3ab Compare April 29, 2026 18:14
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch 2 times, most recently from 07c56fb to aa03aa2 Compare May 9, 2026 00:29
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch from aa03aa2 to c783421 Compare May 9, 2026 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant