diff options
| author | mat <git@matdoes.dev> | 2023-12-01 23:09:24 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-01 23:09:24 -0600 |
| commit | 3eb9998c989cbf9305f4584af94daae72780fea7 (patch) | |
| tree | 842c34eccc15913c3b4a1a61e3803a21aa5ded4e /Cargo.lock | |
| parent | 175eacfac37cbe05911fa2d19dee7e7fa38a5c2e (diff) | |
| download | azalea-drasl-3eb9998c989cbf9305f4584af94daae72780fea7.tar.xz | |
compression does not need to be async
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -92,19 +92,6 @@ dependencies = [ ] [[package]] -name = "async-compression" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5" -dependencies = [ - "flate2", - "futures-core", - "memchr", - "pin-project-lite", - "tokio", -] - -[[package]] name = "async-executor" version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -430,7 +417,6 @@ name = "azalea-protocol" version = "0.8.0" dependencies = [ "anyhow", - "async-compression", "async-recursion", "azalea-auth", "azalea-block", |
