diff --git a/Cargo.toml b/Cargo.toml index 09ded34b9..50a79a2bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ regex = "1.3" serde = {version = "^1", optional = true, features = ["derive"]} serde_bytes = {version = "0.11", optional = true} thiserror = {version = "^2" } -url = "2.1" +url = "2.5" [features] bindgen = ["hts-sys/bindgen"]