From 493f8c9d684149c02b1e5645f519fcea80218fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 14:19:18 +0000 Subject: [PATCH] Update http-body requirement from 0.4 to 1.0 Updates the requirements on [http-body](https://github.com/hyperium/http-body) to permit the latest version. - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](https://github.com/hyperium/http-body/compare/v0.4.0...v1.0.1) --- updated-dependencies: - dependency-name: http-body dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- saphir/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphir/Cargo.toml b/saphir/Cargo.toml index 0a801b5..6f4eca0 100644 --- a/saphir/Cargo.toml +++ b/saphir/Cargo.toml @@ -49,7 +49,7 @@ futures = "0.3" futures-util = "0.3" cookie = "0.18" http = "0.2" -http-body = "0.4" +http-body = "1.0" regex = "1.5.5" thiserror = "1.0"