From 41b67b70826e9561f2863f27e5b3cbbc8f105bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:28:44 -0300 Subject: [PATCH] build(deps): Bump socket2 from 0.5.3 to 0.5.4 in /rust (#2079) Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.3 to 0.5.4.
Changelog

Sourced from socket2's changelog.

0.5.4

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket2&package-manager=cargo&previous-version=0.5.3&new-version=0.5.4)](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 | 8 ++++---- rust/relay/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 307ffdf7b..32d7b0379 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2805,7 +2805,7 @@ dependencies = [ "redis", "serde", "sha2", - "socket2 0.5.3", + "socket2 0.5.4", "stun_codec", "test-strategy", "tokio", @@ -3262,9 +3262,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" +checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" dependencies = [ "libc", "windows-sys 0.48.0", @@ -3568,7 +3568,7 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.3", + "socket2 0.5.4", "tokio-macros", "windows-sys 0.48.0", ] diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index e7531593b..9060242ba 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -34,7 +34,7 @@ phoenix-channel = { path = "../phoenix-channel" } url = "2.4.1" serde = { version = "1.0.188", features = ["derive"] } trackable = "1.3.0" -socket2 = "0.5.3" +socket2 = "0.5.4" axum = { version = "0.6.20", default-features = false, features = ["http1", "tokio"] } [dev-dependencies]