diff options
| author | mat <github@matdoes.dev> | 2022-06-24 03:50:19 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-24 03:50:19 -0500 |
| commit | 3fcbfc794e433c5b8cd6b36d094ce1b78d997ba6 (patch) | |
| tree | 97c469f176b4558147f3846a36999b09a2eb6b35 /azalea-protocol/Cargo.toml | |
| parent | 1bee59651f77b8dd5adbeefd9d402f488ae0e55f (diff) | |
| download | azalea-drasl-3fcbfc794e433c5b8cd6b36d094ce1b78d997ba6.tar.xz | |
Upgrade crates and remove num_* deps
Diffstat (limited to 'azalea-protocol/Cargo.toml')
| -rwxr-xr-x | azalea-protocol/Cargo.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 899b44a8..d98705bd 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -17,13 +17,10 @@ azalea-nbt = {path = "../azalea-nbt"} byteorder = "^1.4.3" bytes = "^1.1.0" flate2 = "1.0.23" -num-derive = "^0.3.3" -num-traits = "^0.2.14" packet-macros = {path = "./packet-macros"} serde = {version = "1.0.130", features = ["serde_derive"]} serde_json = "^1.0.72" -thiserror = "^1.0.30" -tokio = {version = "^1.14.0", features = ["io-util", "net", "macros"]} +tokio = {version = "1.19.2", features = ["io-util", "net", "macros"]} tokio-util = "^0.6.9" trust-dns-resolver = "^0.20.3" -uuid = "^0.8.2" +uuid = "^1.1.2" |
