From e94292d67c15d560840ff3fb41a635b0f99e8cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:11:02 +0000 Subject: [PATCH] chore(deps): update http requirement from 0.2.11 to 1.0.0 Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. - [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.11...v0.2.11) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32026d8..60d3807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "1" anyhow = "1.0.75" axum = "0.6.19" dotenv = "0.15.0" -http = "0.2.11" +http = "1.0.0" reqwest = "0.11.22" serde = "1.0.192" serde_json = "1.0.108"