From 51254850e119b967b23940fb136e23dc3b47034a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:17:27 -0300 Subject: [PATCH] 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.
Changelog

Sourced from socket2's changelog.

0.5.6

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket2&package-manager=cargo&previous-version=0.5.5&new-version=0.5.6)](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) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 22 +++++++++++----------- rust/relay/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d69543be5..e912560d8 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -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", ] diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index b7dfc4112..a93dadb95 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -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"