Skip to content

chore(deps): update rust crates#158

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/rust-crates
Mar 28, 2026
Merged

chore(deps): update rust crates#158
renovate[bot] merged 1 commit intomainfrom
renovate/rust-crates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 15, 2026

This PR contains the following updates:

Package Type Update Change
arc-swap dependencies minor 1.8.21.9.0
criterion (source) dev-dependencies minor 4.3.04.4.1
futures (source) dependencies patch 0.3.310.3.32
tokio (source) dependencies minor 1.49.01.50.0
tracing-subscriber (source) dependencies patch 0.3.220.3.23
vfs dev-dependencies minor 0.12.20.13.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

vorner/arc-swap (arc-swap)

v1.9.0

Compare Source

  • Promote certain orderings to SeqCst. Original proofs based on wrong reading of
    standard :-(. Expect some performance degradation (#​198, #​200).
CodSpeedHQ/codspeed-rust (criterion)

v4.4.1

Compare Source

What's changed

Full Changelog: CodSpeedHQ/codspeed-rust@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: CodSpeedHQ/codspeed-rust@v4.3.0...v4.4.0

rust-lang/futures-rs (futures)

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)
tokio-rs/tokio (tokio)

v1.50.0: Tokio v1.50.0

Compare Source

1.50.0 (Mar 3rd, 2026)

Added
  • net: add TcpStream::set_zero_linger (#​7837)
  • rt: add is_rt_shutdown_err (#​7771)
Changed
  • io: add optimizer hint that memchr returns in-bounds pointer (#​7792)
  • io: implement vectored writes for write_buf (#​7871)
  • runtime: panic when event_interval is set to 0 (#​7838)
  • runtime: shorten default thread name to fit in Linux limit (#​7880)
  • signal: remember the result of SetConsoleCtrlHandler (#​7833)
  • signal: specialize windows Registry (#​7885)
Fixed
  • io: always cleanup AsyncFd registration list on deregister (#​7773)
  • macros: remove (most) local use declarations in tokio::select! (#​7929)
  • net: fix GET_BUF_SIZE constant for target_os = "android" (#​7889)
  • runtime: avoid redundant unpark in current_thread scheduler (#​7834)
  • runtime: don't park in current_thread if before_park defers waker (#​7835)
  • io: fix write readiness on ESP32 on short writes (#​7872)
  • runtime: wake deferred tasks before entering block_in_place (#​7879)
  • sync: drop rx waker when oneshot receiver is dropped (#​7886)
  • runtime: fix double increment of num_idle_threads on shutdown (#​7910, #​7918, #​7922)
Unstable
  • fs: check for io-uring opcode support (#​7815)
  • runtime: avoid lock acquisition after uring init (#​7850)
Documented
  • docs: update outdated unstable features section (#​7839)
  • io: clarify the behavior of AsyncWriteExt::shutdown() (#​7908)
  • io: explain how to flush stdout/stderr (#​7904)
  • io: fix incorrect and confusing AsyncWrite documentation (#​7875)
  • rt: clarify the documentation of Runtime::spawn (#​7803)
  • rt: fix missing quotation in docs (#​7925)
  • runtime: correct the default thread name in docs (#​7896)
  • runtime: fix event_interval doc (#​7932)
  • sync: clarify RwLock fairness documentation (#​7919)
  • sync: clarify that recv returns None once closed and no more messages (#​7920)
  • task: clarify when to use spawn_blocking vs dedicated threads (#​7923)
  • task: doc that task drops before JoinHandle completion (#​7825)
  • signal: guarantee that listeners never return None (#​7869)
  • task: fix task module feature flags in docs (#​7891)
  • task: fix two typos (#​7913)
  • task: improve the docs of Builder::spawn_local (#​7828)
  • time: add docs about auto-advance and when to use sleep (#​7858)
  • util: fix typo in docs (#​7926)
tokio-rs/tracing (tracing-subscriber)

v0.3.23: tracing-subscriber 0.3.23

Compare Source

Fixed
  • Allow ansi sanitization to be disabled (#​3484)
manuel-woelker/rust-vfs (vfs)

v0.13.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) February 15, 2026 17:04
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Feb 15, 2026

Merging this PR will improve performance by 21.22%

⚡ 1 improved benchmark
✅ 11 untouched benchmarks

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Memory resolver[resolve from symlinks multi thread] 680.1 KB 561.1 KB +21.22%

Comparing renovate/rust-crates (35d4106) with main (7162b33)

Open in CodSpeed

@renovate renovate bot force-pushed the renovate/rust-crates branch from 37e97a4 to 6d43df7 Compare March 1, 2026 20:54
@renovate renovate bot force-pushed the renovate/rust-crates branch from 6d43df7 to 852f21f Compare March 15, 2026 16:47
@renovate renovate bot changed the title chore(deps): update rust crate futures to v0.3.32 chore(deps): update rust crates Mar 15, 2026
@renovate renovate bot force-pushed the renovate/rust-crates branch 2 times, most recently from b32ad10 to d45cca5 Compare March 22, 2026 17:39
@renovate renovate bot force-pushed the renovate/rust-crates branch from d45cca5 to 35d4106 Compare March 27, 2026 01:45
@renovate renovate bot merged commit 690ffe8 into main Mar 28, 2026
21 checks passed
@renovate renovate bot deleted the renovate/rust-crates branch March 28, 2026 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant