From 08e12380a06509e64e69a1b165f3c007373494c1 Mon Sep 17 00:00:00 2001 From: BasiqueEvangelist Date: Wed, 8 Sep 2021 07:18:11 +0300 Subject: feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910) --- 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 5e2a41ed8..b33f389a6 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -14,6 +14,7 @@ path = "src/test_server.rs" [dependencies] anyhow = "1.0.43" async-stream = "0.3.2" +base64 = "0.13.0" bytes = "1.1.0" futures = "0.3.16" hyper = { version = "0.14.12", features = ["server", "http1", "runtime"] } -- cgit v1.2.3