fix(deps): update rust crate rustix to v1#202
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
42edd69 to
2e08fa7
Compare
53d5a78 to
86b7cce
Compare
222fb95 to
b26050b
Compare
a5028d7 to
8d73b77
Compare
|
|
Contributor
|
👋 This PR targeted the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.38.44→1.0.0Release Notes
bytecodealliance/rustix (rustix)
v1.1.4Compare Source
v1.1.3Compare Source
v1.1.2Compare Source
v1.0.8Compare Source
v1.0.7Compare Source
v1.0.6Compare Source
v1.0.5Compare Source
v1.0.4Compare Source
v1.0.3Compare Source
v1.0.2Compare Source
v1.0.1Compare Source
v1.0.0: 1.0.0Compare Source
This release introduces the
Buffertrait, which is used inread,pread,recv,recvfrom,getrandom,readlinkat_raw,epoll::wait,kevent,port::getn,getxattr,lgetxattr,fgetxattr,listxattr,llistxattr, andflistxattr, and adds support for reading data into uninitialized buffers, as well as safely reading data into the spare capacity ofVecs.This release also simplifies the way network addresses are handled. Instead of having separate functions with
_v4,_v6,_unix,_xdp, and now_netlinksuffixes, rustix now uses aSocketAddrArgtrait so that functions such asbind,connect,sendto, andsendmsg_addrcan accept any type of address, and are easier to extend to new address types in the future.And, this release simplifies the
ioctlAPI, 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)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.