locha-mesh-chat
locha-mesh-chat copied to clipboard
Bump socket2 from 0.3.15 to 0.3.19 in /android/app/src/main/rust
Bumps socket2 from 0.3.15 to 0.3.19.
Changelog
Sourced from socket2's changelog.
0.4.5
Changed
- Replace
winapi
dependency withwindows-sys
(rust-lang/socket2#303).Added
Socket::join_ssm_v4
andSocket::leave_ssm_v4
(rust-lang/socket2#298).Socket::set_recv_tos
andSocket::recv_tos
(rust-lang/socket2#299).Fixed
- Fix OpenBSD build (rust-lang/socket2#291).
- Fix OpenBSD build (rust-lang/socket2#291).
0.4.4
Fixed
- Libc v0.2.114 fixed an issue where
ip_mreqn
where was not defined for Linux s390x.0.4.3 (yanked)
Added
Socket::set_fib
: setsSO_SETFIB
(rust-lang/socket2#271).Socket::attach_filter
,SO_ATTACH_FILTER
(https://github.com/rust-lang/socket2/commit/6601ed132b37d6e9d178b34918bfb0b236800232).Socket::detach_filter
,SO_DETACH_FILTER
(https://github.com/rust-lang/socket2/commit/6601ed132b37d6e9d178b34918bfb0b236800232).Socket::{header_included, set_header_included}
: sets or getsIP_HDRINCL
(https://github.com/rust-lang/socket2/commit/f9e882ee53c0b4e89c5043b6d709af95c9db5599).Socket::{cork, set_cork}
: sets or getsTCP_CORK
(https://github.com/rust-lang/socket2/commit/50f31f18aac8fd6ef277df2906adeeed9fa391de).Socket::{quickack, set_quickack}
: sets or getsTCP_QUICKACK
(https://github.com/rust-lang/socket2/commit/849eee2abc5d5170d2d3bc635386a2ba13b04530).Socket::{thin_linear_timeouts, set_thin_linear_timeouts}
: sets or getsTCP_THIN_LINEAR_TIMEOUTS
(https://github.com/rust-lang/socket2/commit/24c231ca463a17f51e53e7a554c7915a95bdbcc7).Socket::{join_multicast_v4_n, leave_multicast_v4_n}
: extends the existing multicast API by allowing an index to be used (in addition to an address) (https://github.com/rust-lang/socket2/commit/750f83618b967c620bbfdf6ca04de7362bdb42b5).0.4.2
... (truncated)
Commits
c991f80
Release v0.3.191dfd15d
Add Socket::(bind_)devicebeeebd0
Release v0.3.18a0053b5
Backport redox compilation to 0.33b4214d
Fix compilation on Haiku7312f81
Release v0.3.17930c9a9
Additional Linux socket options06a2510
[0.3] Update cfg-if to 1.073d54bb
Release v0.3.16d2c15de
Don't assume memory layout of std::net::SocketAddr- Additional commits viewable in compare view
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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.