Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update socket2 requirement from 0.5 to 0.6#1256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/cargo/socket2-0.6

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 7, 2025

Updates the requirements onsocket2 to permit the latest version.

Changelog

Sourced fromsocket2's changelog.

0.6.0

Breaking changes

All IPv4 methods now have a_v4 suffix, IPv6 uses_v6. TCP methods have atcp_ prefix (looked better than a suffix).

Furthermore we removed all types from external libraries (i.e. libc orwindows-sys) from the public API, allowing us to update those without breakingthe API.

  • RenamedSocket::freebind_ipv6 tofreebind_v6(rust-lang/socket2#592).
  • RenamedSocket::freebind tofreebind_v4(rust-lang/socket2#592).
  • RenamedSocket::original_dst tooriginal_dst_v4(rust-lang/socket2#592).
  • RenamedSocket::original_dst_ipv6 tooriginal_dst_v6(rust-lang/socket2#592).
  • Bump MSRV to 1.70(rust-lang/socket2#597).
  • Usec_int fromstd::ffi instead of from libc(rust-lang/socket2#599,rust-lang/socket2#595).
  • SockAddr's methods now accept/returnSockAddrStorage instead ofsockaddr_storage/SOCKADDR_STORAGE(rust-lang/socket2#576):
    • new
    • try_init
    • as_ptr
    • as_storage
  • AddSockFilter, wrapper aroundlibc::sock_filter, argument toSocket::attach_filter(rust-lang/socket2#581).
  • Various renames of TCP methods onSocket(rust-lang/socket2#592):
    • keepalive_time ->tcp_keepalive_time
    • keepalive_interval ->tcp_keepalive_interval
    • keepalive_retries ->tcp_keepalive_retries
    • nodelay ->tcp_nodelay
    • set_nodelay ->tcp_set_nodelay
    • tcp_mss ->mss
    • tcp_set_mss ->set_mss
    • tcp_cork ->cork
    • tcp_set_cork ->set_cork
    • tcp_quickack ->quickack
    • tcp_set_quickack ->set_quickack
    • thin_linear_timeouts ->tcp_thin_linear_timeouts.

Non-breaking changes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [socket2](https://github.com/rust-lang/socket2) to permit the latest version.- [Release notes](https://github.com/rust-lang/socket2/releases)- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)- [Commits](https://github.com/rust-lang/socket2/commits)---updated-dependencies:- dependency-name: socket2  dependency-version: 0.6.0  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file rustPull requests that update rust code labelsJul 7, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filerustPull requests that update rust code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp