From bd13d23d6902d317b19214a4cdd5ffd89db1e1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:04:57 +0000 Subject: [PATCH] chore(deps): bump socket2 from 0.4.7 to 0.5.1 Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.7 to 0.5.1. - [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/v0.5.1) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 +++++++++++++++++++++----------- Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b47b67b2be7d..e9b032a10311a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ "parking", "polling", "slab", - "socket2", + "socket2 0.4.9", "waker-fn", "windows-sys 0.42.0", ] @@ -2810,7 +2810,7 @@ checksum = "53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872" dependencies = [ "cfg-if", "libc", - "socket2", + "socket2 0.4.9", "winapi", ] @@ -3938,7 +3938,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2", + "socket2 0.4.9", "tokio", "tower-service", "tracing 0.1.37", @@ -4217,7 +4217,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be" dependencies = [ - "socket2", + "socket2 0.4.9", "widestring 0.5.1", "winapi", "winreg", @@ -5081,7 +5081,7 @@ dependencies = [ "serde_with 1.14.0", "sha-1", "sha2 0.10.6", - "socket2", + "socket2 0.4.9", "stringprep", "strsim 0.10.0", "take_mut", @@ -7966,14 +7966,24 @@ checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "socket2" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" +checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" dependencies = [ "libc", "winapi", ] +[[package]] +name = "socket2" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc8d618c6641ae355025c449427f9e96b98abf99a772be3cef6708d15c77147a" +dependencies = [ + "libc", + "windows-sys 0.45.0", +] + [[package]] name = "spin" version = "0.5.2" @@ -8445,7 +8455,7 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2", + "socket2 0.4.9", "tokio-macros", "tracing 0.1.37", "windows-sys 0.45.0", @@ -8524,7 +8534,7 @@ dependencies = [ "pin-project-lite", "postgres-protocol", "postgres-types", - "socket2", + "socket2 0.4.9", "tokio", "tokio-util", ] @@ -9518,7 +9528,7 @@ dependencies = [ "smpl_jwt", "snafu", "snap", - "socket2", + "socket2 0.5.1", "stream-cancel", "strip-ansi-escapes", "syslog", @@ -9776,7 +9786,7 @@ dependencies = [ "similar-asserts", "smallvec", "snafu", - "socket2", + "socket2 0.5.1", "tokio", "tokio-openssl", "tokio-stream", diff --git a/Cargo.toml b/Cargo.toml index 8ae32dca0012f..7d4cfcc937105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -303,7 +303,7 @@ semver = { version = "1.0.17", default-features = false, features = ["serde", "s smallvec = { version = "1", default-features = false, features = ["union", "serde"] } snafu = { version = "0.7.4", default-features = false, features = ["futures"] } snap = { version = "1.1.0", default-features = false, optional = true } -socket2 = { version = "0.4.7", default-features = false } +socket2 = { version = "0.5.1", default-features = false } stream-cancel = { version = "0.8.1", default-features = false } strip-ansi-escapes = { version = "0.1.1", default-features = false } syslog = { version = "6.0.1", default-features = false, optional = true } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index aae912e5492d8..d6d9a290e836c 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -45,7 +45,7 @@ serde_json = { version = "1.0.95", default-features = false } serde_with = { version = "2.3.2", default-features = false, features = ["std", "macros"] } smallvec = { version = "1", default-features = false, features = ["serde", "const_generics"] } snafu = { version = "0.7.4", default-features = false } -socket2 = { version = "0.4.7", default-features = false } +socket2 = { version = "0.5.1", default-features = false } tokio = { version = "1.26.0", default-features = false, features = ["net"] } tokio-openssl = { version = "0.6.3", default-features = false } tokio-stream = { version = "0.1", default-features = false, features = ["time"], optional = true }