Skip to content

fix(deps): update rust crate rustix to v1#202

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rustix-1.x
Open

fix(deps): update rust crate rustix to v1#202
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rustix-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 8, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rustix dependencies major 0.38.441.0.0

Release Notes

bytecodealliance/rustix (rustix)

v1.1.4

Compare Source

v1.1.3

Compare Source

v1.1.2

Compare Source

v1.0.8

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0: 1.0.0

Compare Source

This release introduces the Buffer trait, which is used in read, pread, recv, recvfrom, getrandom, readlinkat_raw, epoll::wait, kevent, port::getn, getxattr, lgetxattr, fgetxattr, listxattr, llistxattr, and flistxattr, and adds support for reading data into uninitialized buffers, as well as safely reading data into the spare capacity of Vecs.

This release also simplifies the way network addresses are handled. Instead of having separate functions with _v4, _v6, _unix, _xdp, and now _netlink suffixes, rustix now uses a SocketAddrArg trait so that functions such as bind, connect, sendto, and sendmsg_addr can accept any type of address, and are easier to extend to new address types in the future.

And, this release simplifies the ioctl API, replacing opcode wrapper types with const generics.

This updates several APIs to add Linux 6.13 features, and raw linux-raw-sys types are no longer exposed in the public API, so it should be easier to stay up to date with new Linux releases.

And many more new features, bug fixes, and cleanups. See the CHANGES.md file for the full list of breaking changes.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@kp2pml30 kp2pml30 force-pushed the main branch 7 times, most recently from 222fb95 to b26050b Compare September 22, 2025 09:18
@kp2pml30 kp2pml30 changed the base branch from main to v0.3.x June 3, 2026 14:40
@renovate renovate Bot force-pushed the renovate/rustix-1.x branch from a5028d7 to 8d73b77 Compare June 3, 2026 14:47
@renovate renovate Bot changed the base branch from v0.3.x to main June 3, 2026 14:47
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

👋 This PR targeted the v0.3.x current release branch, so I've retargeted it to main.

v0.3.x is protected and maintained automatically by fast-forwarding from main — please base your changes on main and they will reach v0.3.x on the next push.

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