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"