diff --git a/Cargo.toml b/Cargo.toml index 3e123b901e..be7b94c400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,4 +47,4 @@ tokio-stream = "0.1" tracing = { version = "0.1", default-features = false } tracing-core = { version = "0.1", default-features = false } tracing-subscriber = { version = "0.3", default-features = false } -url = { version = "2.5.2", default-features = false } #https://github.com/servo/rust-url/issues/992 +url = { version = "2.5.2", features = ["std"], default-features = false } #https://github.com/servo/rust-url/issues/992