Skip to content

Update all non-major dependencies#26

Merged
mdub merged 1 commit into
mainfrom
renovate/all-minor-patch
May 23, 2026
Merged

Update all non-major dependencies#26
mdub merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 6, 2026

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.6.04.6.1
iceberg (source) dependencies patch 0.9.00.9.1
iceberg-catalog-glue (source) dependencies patch 0.9.00.9.1
iceberg-catalog-rest (source) dependencies patch 0.9.00.9.1
iceberg-storage-opendal dependencies patch 0.9.00.9.1
rust (source, changelog) toolchain minor 1.94.01.95.0
tokio (source) dependencies minor 1.50.01.52.3

Release Notes

clap-rs/clap (clap)

v4.6.1

Compare Source

Fixes
  • (derive) Ensure rebuilds happen when an read env variable is changed
apache/iceberg-rust (iceberg)

v0.9.1

Compare Source

Full Changelog: apache/iceberg-rust@v0.9.0...v0.9.1

rust-lang/rust (rust)

v1.95.0

Compare Source

===========================

Language

Compiler

Platform Support

Refer to Rust's platform support page
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

These previously stable APIs are now stable in const contexts:

Rustdoc

Compatibility Notes

Internal Changes

These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.

v1.94.1

Compare Source

===========================

tokio-rs/tokio (tokio)

v1.52.3: Tokio v1.52.3

Compare Source

1.52.3 (May 8th, 2026)

Fixed
  • sync: fix underflow in mpsc channel len() (#​8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#​8075)
  • sync: require that an RwLock has max_readers != 0 (#​8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#​8074)

v1.52.2: Tokio v1.52.2

Compare Source

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#​7431), due to its performance impact. (#​8100)

v1.52.1: Tokio v1.52.1

Compare Source

1.52.1 (April 16th, 2026)

Fixed

v1.52.0: Tokio v1.52.0

Compare Source

1.52.0 (April 14th, 2026)

Added

  • io: AioSource::register_borrowed for I/O safety support (#​7992)
  • net: add try_io function to unix::pipe sender and receiver types (#​8030)

Added (unstable)

  • runtime: Builder::enable_eager_driver_handoff setting enable eager hand off of the I/O and time drivers before polling tasks (#​8010)
  • taskdump: add trace_with() for customized task dumps (#​8025)
  • taskdump: allow impl FnMut() in trace_with instead of just fn() (#​8040)
  • fs: support io_uring in AsyncRead for File (#​7907)

Changed

  • runtime: improve spawn_blocking scalability with sharded queue (#​7757)
  • runtime: use compare_exchange_weak() in worker queue (#​8028)

Fixed

  • runtime: overflow second half of tasks when local queue is filled instead of first half (#​8029)

Documented

  • docs: fix typo in oneshot::Sender::send docs (#​8026)
  • docs: hide #[tokio::main] attribute in the docs of sync::watch (#​8035)
  • net: add docs on ConnectionRefused errors with UDP sockets (#​7870)

v1.51.3: Tokio v1.51.3

Compare Source

1.51.3 (May 8th, 2026)

Fixed
  • sync: fix underflow in mpsc channel len() (#​8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#​8075)
  • sync: require that an RwLock has max_readers != 0 (#​8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#​8074)

v1.51.2: Tokio v1.51.1

Compare Source

1.51.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#​7431), due to its performance impact. (#​8100)

v1.51.1: Tokio v1.51.1

Compare Source

1.51.1 (April 8th, 2026)
Fixed
  • sync: fix semaphore reopens after forget (#​8021)
  • net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#​8001)
Fixed (unstable)
  • metrics: fix worker_local_schedule_count test (#​8008)
  • rt: do not leak fd when cancelling io_uring open operation (#​7983)

v1.51.0: Tokio v1.51.0

Compare Source

1.51.0 (April 3rd, 2026)
Added
  • net: implement get_peer_cred on Hurd (#​7989)
  • runtime: add tokio::runtime::worker_index() (#​7921)
  • runtime: add runtime name (#​7924)
  • runtime: stabilize LocalRuntime (#​7557)
  • wasm: add wasm32-wasip2 networking support (#​7933)
Changed
  • runtime: steal tasks from the LIFO slot (#​7431)
Fixed
  • docs: do not show "Available on non-loom only." doc label (#​7977)
  • macros: improve overall macro hygiene (#​7997)
  • sync: fix notify_waiters priority in Notify (#​7996)
  • sync: fix panic in Chan::recv_many when called with non-empty vector on closed channel (#​7991)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 mdub as a code owner April 6, 2026 02:03
@renovate renovate Bot changed the title chore(deps): update rust crate tokio to v1.51.0 Update Rust crate tokio to v1.51.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from de0fe52 to 6e9ee1b Compare April 10, 2026 14:54
@renovate renovate Bot changed the title Update Rust crate tokio to v1.51.0 Update Rust crate tokio to v1.51.1 Apr 10, 2026
mdub
mdub previously approved these changes Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6e9ee1b to 6e9798a Compare April 16, 2026 20:37
@renovate renovate Bot changed the title Update Rust crate tokio to v1.51.1 Update Rust crate tokio to v1.52.0 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6e9798a to 5d97d92 Compare April 17, 2026 22:14
@renovate renovate Bot changed the title Update Rust crate tokio to v1.52.0 Update all non-major dependencies Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5d97d92 to 15b74f2 Compare April 19, 2026 09:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ca75303 to d910e8b Compare May 10, 2026 13:03
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d910e8b to d0e78ab Compare May 22, 2026 16:12
@mdub mdub merged commit 83b3c7f into main May 23, 2026
6 checks passed
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