From bcfe279fba865763c87f9cd8d5a2d0b2cbf451be Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 21 Oct 2022 11:20:18 -0400 Subject: feat(unstable/npm): initial type checking of npm specifiers (#16332) --- test_util/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'test_util/Cargo.toml') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 114f52c61..ac3858499 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -35,6 +35,7 @@ tar = "0.4.38" tokio = { version = "1.21", features = ["full"] } tokio-rustls = "0.23" tokio-tungstenite = "0.16" +url = { version = "2.3.1", features = ["serde", "expose_internals"] } [target.'cfg(unix)'.dependencies] pty = "0.2.2" -- cgit v1.2.3