From a3ff4bf079c84459176c335fc02a7b9a511a99c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:21:18 +0000 Subject: [PATCH] chore(deps): update http requirement from 0.2 to 1.1 in /stac-async 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/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.0...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stac-async/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac-async/Cargo.toml b/stac-async/Cargo.toml index 81ad7100..e35c6e0d 100644 --- a/stac-async/Cargo.toml +++ b/stac-async/Cargo.toml @@ -14,7 +14,7 @@ categories = ["science", "data-structures"] async-stream = "0.3" futures-core = "0.3" futures-util = "0.3" -http = "0.2" +http = "1.1" reqwest = { version = "0.11", features = ["json"] } serde = "1" serde_json = "1"