Skip to content

Commit

Permalink
chore(deps): update http requirement from 0.2.11 to 1.0.0
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/v0.2.11/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.11...v0.2.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2023
1 parent 0089f11 commit e94292d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e94292d

Please sign in to comment.