From 214f026cab283bfc0798f2ff4e32a6b8f7f8a21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:44:21 +0000 Subject: [PATCH] Bump hyper from 1.4.1 to 1.5.0 Bumps [hyper](https://github.com/hyperium/hyper) from 1.4.1 to 1.5.0. - [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/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- zia-client/Cargo.toml | 2 +- zia-server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9115669..2465a3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,9 +368,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", diff --git a/zia-client/Cargo.toml b/zia-client/Cargo.toml index 3be16a8..819ac48 100644 --- a/zia-client/Cargo.toml +++ b/zia-client/Cargo.toml @@ -23,7 +23,7 @@ zia-common = { path = '../zia-common', default-features = false } pin-project-lite = { version = "0.2", default-features = false } anyhow = { version = "1.0", default-features = false } hyper-util = { version = "0.1", features = ["tokio"] } -hyper = { version = "1.4", default-features = false } +hyper = { version = "1.5", default-features = false } [package.metadata.generate-rpm] assets = [ diff --git a/zia-server/Cargo.toml b/zia-server/Cargo.toml index f751a17..8bd4b3f 100644 --- a/zia-server/Cargo.toml +++ b/zia-server/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "1.40", default-features = false, features = ["macros", "rt- tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "ansi"] } tracing = { version = "0.1", default-features = false, features = ["release_max_level_info"] } wsocket = { version = "0.3", default-features = false, features = ["upgrade"] } -hyper = { version = "1.4", default-features = false, features = ["server", "http1"] } +hyper = { version = "1.5", default-features = false, features = ["server", "http1"] } hyper-util = { version = "0.1", default-features = false, features = ["tokio"] } pin-project-lite = { version = "0.2", default-features = false } http-body-util = { version = "0.1", default-features = false }