From 80381cca1890551ae7597c42495b7da238a6ec46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:58:11 +0000 Subject: [PATCH] Bump hyper from 0.14.28 to 1.6.0 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.6.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/v0.14.28...v1.6.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9422486..b237382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" [dependencies] clap = { version = "4.5.4", features = ["derive"] } directories = "5.0" -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.6", features = ["full"] } hyper-rustls = { version = "0.23" } os_str_bytes = { version = "7", features = ["conversions"] } rustyline = "14"