Skip to content

Commit

Permalink
chore(deps): update http requirement from 0.2 to 1.0 in /stac-async
Browse files Browse the repository at this point in the history
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](hyperium/http@v0.2.0...v1.0.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent dd79af1 commit db5aefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
reqwest = { version = "0.11", features = ["json"] }
serde = "1"
serde_json = "1"
Expand Down

0 comments on commit db5aefb

Please sign in to comment.