diff options
| author | mat <git@matdoes.dev> | 2023-07-19 17:13:46 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-07-19 17:13:46 -0500 |
| commit | a985cc744205ffa62fa68114dbf1a282db3ba28e (patch) | |
| tree | 705e4fdc99afa0e6904b547b77b9a80688c9a890 /azalea-auth | |
| parent | f0c7d6e8bf6a254a7332663f41cfd0ff97258f78 (diff) | |
| download | azalea-drasl-a985cc744205ffa62fa68114dbf1a282db3ba28e.tar.xz | |
remove unused deps
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 82982e8e..b971b965 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -16,7 +16,6 @@ chrono = { version = "0.4.26", default-features = false, features = ["serde"] } log = "0.4.19" num-bigint = "0.4.3" once_cell = "1.18.0" -parking_lot = "0.12.1" reqwest = { version = "0.11.18", default-features = false, features = [ "json", "rustls-tls", |
