diff --git a/Cargo.toml b/Cargo.toml index 9f6d522..d7ae43d 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.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"