From dc66481ee6d3976af9760e4e76b9b874edbe7a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:28:34 +0000 Subject: [PATCH] Update http requirement from 0.2.12 to 1.2.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/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.12...v1.2.0) --- 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 b3c6975..f85e347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "nickserv account verification URL bot" [dependencies] clap = { version = "4.5.9", features = ["derive"] } dxr_client = { version = "0.7.0", 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"