Skip to content

Commit

Permalink
Update http requirement from 0.2.12 to 1.2.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/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.12...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent e8d0e11 commit 63e38b6
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 @@ description = "nickserv account verification URL bot"
[dependencies]
clap = { version = "4.5.9", features = ["derive"] }
dxr_client = { version = "0.6.2", features = ["reqwest"] }
http = "0.2.12" # warp is stuck on an old version
http = "1.2.0" # warp is stuck on an old version
http-serde = "1.1.3"
hyper = "1.4.1"
regex = "1.10.5"
Expand Down

0 comments on commit 63e38b6

Please sign in to comment.