diff options
| author | BasiqueEvangelist <basiqueevangelist@yandex.ru> | 2021-09-08 07:18:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 06:18:11 +0200 |
| commit | 08e12380a06509e64e69a1b165f3c007373494c1 (patch) | |
| tree | 6663b4d38a8d2fd5daf1b3f189a1a1bc67270e64 /Cargo.lock | |
| parent | bf6dbf9855cb21d27838c56932c7536c0cd80a55 (diff) | |
feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 34cbbf275..09eb674c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3838,6 +3838,7 @@ version = "0.1.0" dependencies = [ "anyhow", "async-stream", + "base64 0.13.0", "bytes", "futures", "hyper", |
