From e989e3d5638de4e000422a6bdfe71424774bdd1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:20:49 +0000 Subject: [PATCH] build(deps): bump http-body from 0.4.6 to 1.0.1 Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.6 to 1.0.1. - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](https://github.com/hyperium/http-body/compare/v0.4.6...v1.0.1) --- updated-dependencies: - dependency-name: http-body dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae2dff3c..84f4ee76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ "futures", "git2", "http 1.1.0", - "http-body 0.4.6", + "http-body 1.0.1", "hyper 0.14.30", "jsonwebtoken", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index e2084972..041af26d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ dotenvy = "0.15" envy = "0.4" futures = "0.3" http = "1.0" -http-body = "0.4.6" +http-body = "1.0.1" hyper = { version = "0.14", features = ["full", "backports", "deprecated"] } jsonwebtoken = "9.2" log = { version = "0.4.21", features = ["serde"] }