From 39a84de221845f6ae8e8356c01affda0ebdad7ac Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sat, 4 Jan 2025 11:26:03 +0100 Subject: [PATCH] Document url version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f843386c..57a7e393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,6 +64,7 @@ socks = { version = "0.3.4", optional = true } # cookie_store uses Url, while http-crate has its own Uri. # Keep url crate in lockstep with cookie_store. cookie_store = { version = "0.21.1", optional = true, default-features = false, features = ["preserve_order"] } +# ureq-proto forces url=2.5.4. This optional dep documents the situation in cookie_store. url = { version = "2.3.1", optional = true, default-features = false } flate2 = { version = "1.0.30", optional = true }