diff options
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 9066cdc3..79a8913f 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4.17" serde = {version = "1.0.130", features = ["serde_derive"]} serde_json = "^1.0.72" thiserror = "1.0.37" -tokio = {version = "^1.23.1", features = ["io-util", "net", "macros"]} +tokio = {version = "^1.24.2", features = ["io-util", "net", "macros"]} tokio-util = {version = "0.7.4", features = ["codec"]} trust-dns-resolver = {version = "^0.22.0", default-features = false, features = ["tokio-runtime"]} uuid = "1.1.2" |
