From 5798c0b925f8e9a63942c94171b3721aa63d2a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 04:45:54 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Updates the requirements on [http](https://github.com/hyperium/http), [http-body](https://github.com/hyperium/http-body) and [hyper](https://github.com/hyperium/hyper) to permit the latest version. Updates `http` to 0.2.11 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/v0.2.11/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.9...v0.2.11) Updates `http-body` to 0.4.5 - [Changelog](https://github.com/hyperium/http-body/blob/v0.4.5/CHANGELOG.md) - [Commits](https://github.com/hyperium/http-body/compare/v0.4.5...v0.4.5) Updates `hyper` to 0.14.27 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.27/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.27) --- updated-dependencies: - dependency-name: http dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: http-body dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: hyper dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 85bd1bba..4d0e623f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,9 +45,9 @@ futures = "0.3.28" futures-core = "0.3.4" futures-util = "0.3.28" generic-json = "^0.7" -http = "0.2.9" -http-body = "0.4.5" -hyper = "0.14.27" +http = "1.0.0" +http-body = "1.0.0" +hyper = "1.0.1" image = "0.24.3" iref = "^3.1.2" lazy_static = "1.4.0"