diff --git a/Cargo.lock b/Cargo.lock index 73f5dba7e..4278ff82b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2916,6 +2916,7 @@ version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd1543cd9b8abcbcebaa1a666a5c168ee2cda4dea50d3961ee0e6d1c42f81e5b" dependencies = [ + "bytes", "crc32fast", "crossbeam-channel", "flate2", @@ -3748,8 +3749,11 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f7cc0179fc89d53c54e1f9ce51229494864ab4bf136132d69db1b011741ca3" dependencies = [ + "base64 0.22.1", "bstr", + "curl", "gix-command", + "gix-credentials 0.30.0", "gix-features 0.43.1", "gix-packetline", "gix-quote", diff --git a/Cargo.toml b/Cargo.toml index 54da9437a..4035a73a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tracing-subscriber = { version = "0.3.20", default-features = false, features = tracing-log = "0.2.0" regex = "1" clap = { version = "4.0.22", features = [ "derive" ] } -crates-index = { version = "3.0.0", default-features = false, features = ["git", "git-performance", "parallel"] } +crates-index = { version = "3.0.0", default-features = false, features = ["git", "git-https", "git-performance", "parallel"] } rayon = "1.6.1" num_cpus = "1.15.0" crates-index-diff = { version = "28.0.0", features = [ "max-performance" ]}