diff options
| author | mat <git@matdoes.dev> | 2024-12-20 23:54:04 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-20 23:54:04 +0000 |
| commit | 5fbad9bbb3cbcfeb5379ec5c3deb1a759e416af1 (patch) | |
| tree | 66064d578e2ebdd9bd101eafa8ffdb4e9ceb262a /azalea-protocol | |
| parent | e268c4929177e540baa9d2bb29bc171f49cc7a25 (diff) | |
| download | azalea-drasl-5fbad9bbb3cbcfeb5379ec5c3deb1a759e416af1.tar.xz | |
update deps
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index fa8aa31b..df0d882d 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -42,7 +42,7 @@ futures-lite = { workspace = true } serde = { workspace = true, features = ["serde_derive"] } serde_json = { workspace = true } simdnbt = { workspace = true } -socks5-impl = { workspace = true } +socks5-impl = { workspace = true, features = ["client"] } thiserror = { workspace = true } tokio = { workspace = true, features = ["io-util", "net", "macros"] } tokio-util = { workspace = true, features = ["codec"] } |
