From ea09ef2c1a657ec086e8ce5aa68c372222cf7b37 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 16 Aug 2022 12:58:53 -0700 Subject: [PATCH] remove http-auth-basic dependency --- Cargo.lock | 48 ++++++++++++++-------------------------- crates/zed/Cargo.toml | 1 - styles/package-lock.json | 1 + 3 files changed, 17 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4256d24c9d..f5a8effc8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ version = "0.17.0-dev" source = "git+https://github.com/zed-industries/alacritty?rev=4e1f0c6177975a040b37f942dfb0e723e46a9971#4e1f0c6177975a040b37f942dfb0e723e46a9971" dependencies = [ "alacritty_config_derive", - "base64 0.13.0", + "base64", "bitflags", "dirs 4.0.0", "libc", @@ -430,7 +430,7 @@ checksum = "c2cc6e8e8c993cb61a005fab8c1e5093a29199b7253b05a6883999312935c1ff" dependencies = [ "async-trait", "axum-core", - "base64 0.13.0", + "base64", "bitflags", "bytes", "futures-util", @@ -507,12 +507,6 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "base64" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" - [[package]] name = "base64" version = "0.13.0" @@ -984,7 +978,7 @@ dependencies = [ "async-tungstenite", "axum", "axum-extra", - "base64 0.13.0", + "base64", "clap 3.2.8", "client", "collections", @@ -2287,7 +2281,7 @@ version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d" dependencies = [ - "base64 0.13.0", + "base64", "bitflags", "bytes", "headers-core", @@ -2387,15 +2381,6 @@ dependencies = [ "itoa", ] -[[package]] -name = "http-auth-basic" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df69b6a68474b935f436fb9c84139f32de4f7759810090d1a3a5e592553f7ee0" -dependencies = [ - "base64 0.12.3", -] - [[package]] name = "http-body" version = "0.4.5" @@ -3588,7 +3573,7 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb" dependencies = [ - "base64 0.13.0", + "base64", "once_cell", "regex", ] @@ -3690,7 +3675,7 @@ version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225" dependencies = [ - "base64 0.13.0", + "base64", "indexmap", "line-wrap", "serde", @@ -4251,7 +4236,7 @@ version = "0.11.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" dependencies = [ - "base64 0.13.0", + "base64", "bytes", "encoding_rs", "futures-core", @@ -4347,7 +4332,7 @@ dependencies = [ "anyhow", "async-lock", "async-tungstenite", - "base64 0.13.0", + "base64", "clock", "collections", "ctor", @@ -4466,7 +4451,7 @@ version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" dependencies = [ - "base64 0.13.0", + "base64", "log", "ring", "sct 0.6.1", @@ -4491,7 +4476,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" dependencies = [ - "base64 0.13.0", + "base64", ] [[package]] @@ -5103,7 +5088,7 @@ checksum = "6b69bf218860335ddda60d6ce85ee39f6cf6e5630e300e19757d1de15886a093" dependencies = [ "ahash", "atoi", - "base64 0.13.0", + "base64", "bitflags", "byteorder", "bytes", @@ -5694,7 +5679,7 @@ checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a" dependencies = [ "async-stream", "async-trait", - "base64 0.13.0", + "base64", "bytes", "futures-core", "futures-util", @@ -5983,7 +5968,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1" dependencies = [ - "base64 0.13.0", + "base64", "byteorder", "bytes", "http", @@ -6002,7 +5987,7 @@ version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5" dependencies = [ - "base64 0.13.0", + "base64", "byteorder", "bytes", "http", @@ -6142,7 +6127,7 @@ version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef8352f317d8f9a918ba5154797fb2a93e2730244041cf7d5be35148266adfa5" dependencies = [ - "base64 0.13.0", + "base64", "data-url", "flate2", "fontdb", @@ -6493,7 +6478,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "743a9f142d93318262d7e1fe329394ff2e8f86a1df45ae5e4f0eedba215ca5ce" dependencies = [ "anyhow", - "base64 0.13.0", + "base64", "bincode", "directories-next", "file-per-thread-logger", @@ -7028,7 +7013,6 @@ dependencies = [ "fuzzy", "go_to_line", "gpui", - "http-auth-basic", "ignore", "image", "indexmap", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 0eb2aff7c4..611099ccdb 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -64,7 +64,6 @@ dirs = "3.0" easy-parallel = "3.1.0" env_logger = "0.9" futures = "0.3" -http-auth-basic = "0.1.3" ignore = "0.4" image = "0.23" indexmap = "1.6.2" diff --git a/styles/package-lock.json b/styles/package-lock.json index 5499f1852c..582f1c8496 100644 --- a/styles/package-lock.json +++ b/styles/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "styles", "version": "1.0.0", "license": "ISC", "dependencies": {