diff --git a/http-cache/Cargo.toml b/http-cache/Cargo.toml index 62a1ffd..39f9495 100644 --- a/http-cache/Cargo.toml +++ b/http-cache/Cargo.toml @@ -40,7 +40,7 @@ dashmap = { version = "6.1.0", optional = true } smol = { version = "2.0.2", optional = true } tokio = { version = "1.44.0", features = ["fs", "io-util", "sync", "rt"], optional = true } url = { version = "2.5.4", features = ["serde"], optional = true } -ada-url = { version = "3", features = ["serde"], optional = true } +ada-url = { version = "4", features = ["serde"], optional = true } cfg-if = { version = "1.0", optional = true } governor = { version = "0.10.1", optional = true } tempfile = { version = "3.13.0", optional = true }