From bf453190de7008534ad208751be76b57550730f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:10:14 +0000 Subject: [PATCH] Bump hyper from 0.14.4 to 0.14.5 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.4 to 0.14.5. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.4...v0.14.5) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 +++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30c95d2..8a385f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,9 +600,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.4" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7" +checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1" dependencies = [ "bytes", "futures-channel", @@ -615,7 +615,7 @@ dependencies = [ "httpdate", "itoa", "pin-project", - "socket2", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -741,9 +741,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.141" +version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libpulse-binding" @@ -879,7 +879,7 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" dependencies = [ - "socket2", + "socket2 0.3.19", "winapi", ] @@ -1394,7 +1394,7 @@ dependencies = [ "byte-slice-cast", "bytes", "chrono", - "cipher 0.2.5", + "cipher 0.3.0", "clap", "des", "env_logger", @@ -1524,6 +1524,16 @@ dependencies = [ "winapi", ] +[[package]] +name = "socket2" +version = "0.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" +dependencies = [ + "libc", + "winapi", +] + [[package]] name = "spin" version = "0.5.2" diff --git a/Cargo.toml b/Cargo.toml index e15ada8..26b633b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ des = "0.6.0" env_logger = "*" futures = "0.3.12" http = "0.2" -hyper = { version = "0.14.4", features = ["server", "tcp", "http1", "http2"] } +hyper = { version = "0.14.5", features = ["server", "tcp", "http1", "http2"] } hyper-staticfile = "0.6" hyper-tungstenite = "0.2" lame-sys = "0.1.2"