Skip to content

Commit

Permalink
Revert "Rewrite uv-auth (#2976)"
Browse files Browse the repository at this point in the history
This reverts commit c0efeed.

# Conflicts:
#	crates/uv-configuration/src/authentication.rs
#	crates/uv/src/cli.rs
#	crates/uv/src/main.rs
  • Loading branch information
zanieb committed Apr 19, 2024
1 parent 0ce039d commit 1ad3f84
Show file tree
Hide file tree
Showing 25 changed files with 585 additions and 1,513 deletions.
26 changes: 1 addition & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions crates/uv-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
async-trait = { workspace = true }
base64 = { workspace = true }
clap = { workspace = true, features = ["derive", "env"], optional = true }
http = { workspace = true }
once_cell = { workspace = true }
reqwest = { workspace = true }
Expand All @@ -22,5 +23,3 @@ urlencoding = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true }
wiremock = { workspace = true }
insta = { version = "1.36.1" }
test-log = { version = "0.2.15", features = ["trace"], default-features = false }
184 changes: 0 additions & 184 deletions crates/uv-auth/src/cache.rs

This file was deleted.

Loading

0 comments on commit 1ad3f84

Please sign in to comment.