mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump socket2 from 0.5.5 to 0.5.6 in /rust (#3766)
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.5 to 0.5.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md">socket2's changelog</a>.</em></p> <blockquote> <h1>0.5.6</h1> <ul> <li>Add <code>Socket::(set_)multicast_all_v{4,6}</code> (<a href="https://redirect.github.com/rust-lang/socket2/pull/485">rust-lang/socket2#485</a> and (<a href="https://redirect.github.com/rust-lang/socket2/pull/486">rust-lang/socket2#486</a>).</li> <li>Add support for GNU/Hurd (<a href="https://redirect.github.com/rust-lang/socket2/pull/474">rust-lang/socket2#474</a>).</li> <li>Fix compilation on Haiku (<a href="https://redirect.github.com/rust-lang/socket2/pull/479">rust-lang/socket2#479</a> and (<a href="https://redirect.github.com/rust-lang/socket2/pull/482">rust-lang/socket2#482</a>).</li> <li>Fix compilation on OpenHarmony (<a href="https://redirect.github.com/rust-lang/socket2/pull/491">rust-lang/socket2#491</a>).</li> <li>Update to window-sys v0.52 (<a href="https://redirect.github.com/rust-lang/socket2/pull/480">rust-lang/socket2#480</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="faa59e9745"><code>faa59e9</code></a> Release v0.5.6</li> <li><a href="f5367ea25d"><code>f5367ea</code></a> Update to FreeBSD 13.2 on Cirrus CI</li> <li><a href="d11936fbc9"><code>d11936f</code></a> Fix compilation with target_env=ohos</li> <li><a href="76cbffb8ad"><code>76cbffb</code></a> Update actions/checkout action to v4 (<a href="https://redirect.github.com/rust-lang/socket2/issues/488">#488</a>)</li> <li><a href="272c6cf2a5"><code>272c6cf</code></a> Add tests for Socket::(set_)multicast_all_v{4,6}</li> <li><a href="d83cf0408e"><code>d83cf04</code></a> Add Socket::(set_)multicast_all_v{4,6}</li> <li><a href="9ab8109bc8"><code>9ab8109</code></a> Improve support for haiku</li> <li><a href="03dc9e84be"><code>03dc9e8</code></a> Update windows-sys to v0.52</li> <li><a href="3beceb29ae"><code>3beceb2</code></a> Add GNU/Hurd support</li> <li><a href="5c8bf8c07b"><code>5c8bf8c</code></a> Haiku fixes for IP_RECVTOS and IP_TOS</li> <li>See full diff in <a href="https://github.com/rust-lang/socket2/compare/v0.5.5...v0.5.6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
22
rust/Cargo.lock
generated
22
rust/Cargo.lock
generated
@@ -1531,7 +1531,7 @@ checksum = "e5766087c2235fec47fafa4cfecc81e494ee679d0fd4a59887ea0919bfb0e4fc"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"libc",
|
||||
"socket2 0.5.5",
|
||||
"socket2 0.5.6",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
@@ -1903,7 +1903,7 @@ dependencies = [
|
||||
"secrecy",
|
||||
"serde",
|
||||
"sha2",
|
||||
"socket2 0.5.5",
|
||||
"socket2 0.5.6",
|
||||
"stun_codec",
|
||||
"test-strategy",
|
||||
"tokio",
|
||||
@@ -1951,7 +1951,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"snownet",
|
||||
"socket2 0.5.5",
|
||||
"socket2 0.5.6",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
@@ -2796,7 +2796,7 @@ dependencies = [
|
||||
"httpdate",
|
||||
"itoa 1.0.10",
|
||||
"pin-project-lite",
|
||||
"socket2 0.5.5",
|
||||
"socket2 0.4.10",
|
||||
"tokio",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
@@ -2860,7 +2860,7 @@ dependencies = [
|
||||
"http-body 1.0.0",
|
||||
"hyper 1.1.0",
|
||||
"pin-project-lite",
|
||||
"socket2 0.5.5",
|
||||
"socket2 0.5.6",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
@@ -3042,7 +3042,7 @@ version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
||||
dependencies = [
|
||||
"socket2 0.5.5",
|
||||
"socket2 0.5.6",
|
||||
"widestring",
|
||||
"windows-sys 0.48.0",
|
||||
"winreg 0.50.0",
|
||||
@@ -4668,7 +4668,7 @@ dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
"once_cell",
|
||||
"socket2 0.5.5",
|
||||
"socket2 0.5.6",
|
||||
"tracing",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
@@ -5652,12 +5652,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "socket2"
|
||||
version = "0.5.5"
|
||||
version = "0.5.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
||||
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -6353,7 +6353,7 @@ dependencies = [
|
||||
"parking_lot",
|
||||
"pin-project-lite",
|
||||
"signal-hook-registry",
|
||||
"socket2 0.5.5",
|
||||
"socket2 0.5.6",
|
||||
"tokio-macros",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
@@ -36,7 +36,7 @@ phoenix-channel = { path = "../phoenix-channel" }
|
||||
url = "2.4.1"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
trackable = "1.3.0"
|
||||
socket2 = "0.5.5"
|
||||
socket2 = "0.5.6"
|
||||
axum = { version = "0.7.3", default-features = false, features = ["http1", "tokio"] }
|
||||
backoff = "0.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user