From ff3404532b28465aaf4f014b32e89a243f6c690c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 01:01:05 +0000 Subject: [PATCH] Bump hyper from 0.13.9 to 0.14.5 Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.9 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.13.9...v0.14.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++++---- common/metrics/Cargo.toml | 2 +- common/workspace-hack/Cargo.toml | 8 ++++---- json-rpc/Cargo.toml | 2 +- storage/backup/backup-service/Cargo.toml | 2 +- 5 files changed, 21 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b97ff26f5f..0315d4657441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3522,9 +3522,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", @@ -3537,7 +3537,7 @@ dependencies = [ "httpdate", "itoa", "pin-project", - "socket2", + "socket2 0.4.0", "tokio", "tower-service", "tracing", @@ -4123,7 +4123,7 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" dependencies = [ - "socket2", + "socket2 0.3.19", "winapi 0.3.9", ] @@ -6617,6 +6617,16 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "socket2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2" +dependencies = [ + "libc", + "winapi 0.3.9", +] + [[package]] name = "spin" version = "0.5.2" diff --git a/common/metrics/Cargo.toml b/common/metrics/Cargo.toml index d11b5e260d4b..cafa97704098 100644 --- a/common/metrics/Cargo.toml +++ b/common/metrics/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] anyhow = "1.0.38" futures = "0.3.12" -hyper = { version = "0.14.4", features = ["full"] } +hyper = { version = "0.14.5", features = ["full"] } once_cell = "1.7.2" prometheus = { version = "0.12.0", default-features = false } serde_json = "1.0.64" diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 04424531ee81..314414975f06 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -27,7 +27,7 @@ futures-io = { version = "0.3.13", features = ["default", "std"] } futures-sink = { version = "0.3.13", features = ["alloc", "default", "std"] } futures-task = { version = "0.3.12", default-features = false, features = ["alloc", "once_cell", "std"] } futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async-await-macro", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] } -hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } +hyper = { version = "0.14.5", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } indexmap = { version = "1.6.2", default-features = false, features = ["std"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } @@ -73,7 +73,7 @@ futures-io = { version = "0.3.13", features = ["default", "std"] } futures-sink = { version = "0.3.13", features = ["alloc", "default", "std"] } futures-task = { version = "0.3.12", default-features = false, features = ["alloc", "once_cell", "std"] } futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async-await-macro", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] } -hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } +hyper = { version = "0.14.5", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } indexmap = { version = "1.6.2", default-features = false, features = ["std"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } @@ -122,7 +122,7 @@ futures-io = { version = "0.3.13", features = ["default", "std"] } futures-sink = { version = "0.3.13", features = ["alloc", "default", "std"] } futures-task = { version = "0.3.12", default-features = false, features = ["alloc", "once_cell", "std"] } futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async-await-macro", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] } -hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } +hyper = { version = "0.14.5", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } indexmap = { version = "1.6.2", default-features = false, features = ["std"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } @@ -168,7 +168,7 @@ futures-io = { version = "0.3.13", features = ["default", "std"] } futures-sink = { version = "0.3.13", features = ["alloc", "default", "std"] } futures-task = { version = "0.3.12", default-features = false, features = ["alloc", "once_cell", "std"] } futures-util = { version = "0.3.12", features = ["alloc", "async-await", "async-await-macro", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] } -hyper = { version = "0.14.4", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } +hyper = { version = "0.14.5", features = ["client", "default", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } indexmap = { version = "1.6.2", default-features = false, features = ["std"] } itertools = { version = "0.10.0", features = ["default", "use_alloc", "use_std"] } itoa = { version = "0.4.7", features = ["default", "std"] } diff --git a/json-rpc/Cargo.toml b/json-rpc/Cargo.toml index 3fb732bb76de..92fd3476a5df 100644 --- a/json-rpc/Cargo.toml +++ b/json-rpc/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.38" fail = "0.4.0" futures = "0.3.12" hex = "0.4.3" -hyper = "0.14.4" +hyper = "0.14.5" once_cell = "1.7.2" rand = "0.8.3" serde_json = "1.0.64" diff --git a/storage/backup/backup-service/Cargo.toml b/storage/backup/backup-service/Cargo.toml index 3f60e21760b2..d4d72b6ffa91 100644 --- a/storage/backup/backup-service/Cargo.toml +++ b/storage/backup/backup-service/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" anyhow = "1.0.38" bytes = "1.0.1" futures = "0.3.12" -hyper = "0.14.4" +hyper = "0.14.5" once_cell = "1.7.2" serde = { version = "1.0.124", default-features = false } tokio = { version = "1.3.0", features = ["full"] }