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

@renovate renovate Bot commented Nov 19, 2025

Copy link
Copy Markdown
Contributor

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.198
cxx-build (source) build-dependencies patch 1.0.1881.0.198
env_logger dependencies patch 0.11.80.11.11
futures-util (source) dependencies patch 0.3.310.3.33
hostname dependencies patch 0.4.10.4.2
log dependencies patch 0.4.280.4.33
serde (source) dependencies patch 1.0.2281.0.229
serde_json dependencies patch 1.0.1451.0.151
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.198

Compare Source

  • Update to syn 3

v1.0.197

Compare Source

  • Restore RefUnwindSafe for let_cxx_string in async (#​1738)
  • Use link_deps in Cargo bazel metadata (#​1741)

v1.0.196

Compare Source

v1.0.195

Compare Source

  • Fix use of uninitialized value in let_cxx_string! on panic inside initialization expression (#​1729, #​1731)

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.11

Compare Source

Internal
  • Updated env_filter

v0.11.10

Compare Source

Internal
  • Update dependencies

v0.11.9

Compare Source

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

v0.3.33

Compare Source

  • Fix ReadLine's soundness issue regarding to exception safety. (#​3020)
  • Fix unsound Send impl for IterPinRef and Iter. (#​3003)
  • Fix stacked borrows violation in compat01as03 implementation. (#​3012)
  • Fix memory leak in FuturesUnordered::IntoIter. (#​3005)
  • Add portable-atomic-alloc feature and use it in FuturesUnordered. (#​3007)
  • Re-export alloc::task::Wake. (#​3010)
  • Update spin to 0.12. (#​3014)

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.33

Compare Source

v0.4.32

Compare Source

What's Changed
  • Support Value -> string conversions with kv + std features instead of kv_std by @​tisonkun in #​729

Full Changelog: rust-lang/log@0.4.31...0.4.32

v0.4.31

Compare Source

What's Changed
  • Support Value -> string conversions with kv + std features instead of kv_std by @​tisonkun in #​729

Full Changelog: rust-lang/log@0.4.31...0.4.32

v0.4.30

Compare Source

What's Changed
New Contributors

Full Changelog: rust-lang/log@0.4.30...0.4.31

v0.4.29

Compare Source

serde-rs/serde (serde)

v1.0.229

Compare Source

  • Update to syn 3
serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

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

Other
  • 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: grpc/grpc-rust@v0.14.4...v0.14.5

v0.14.4

Compare Source

What's Changed

New Contributors

Full Changelog: grpc/grpc-rust@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 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 3 times, most recently from aa03aa2 to c783421 Compare May 9, 2026 04:22
@renovate
renovate Bot force-pushed the renovate/all-patch-versions branch 4 times, most recently from 6610d24 to 9be009d Compare May 25, 2026 08:54
@renovate
renovate Bot force-pushed the renovate/all-patch-versions branch 3 times, most recently from 95d132c to 422d8ee Compare June 4, 2026 08:35
@renovate
renovate Bot force-pushed the renovate/all-patch-versions branch 2 times, most recently from 0b9c116 to abcc396 Compare June 11, 2026 10:14
@renovate
renovate Bot force-pushed the renovate/all-patch-versions branch 4 times, most recently from 40f3190 to 6fd1213 Compare June 25, 2026 17:00
@renovate
renovate Bot force-pushed the renovate/all-patch-versions branch 2 times, most recently from b5c2c39 to 638342e Compare July 5, 2026 04:29
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