From 89f5053b475b23bbd5b6316b189aea575f689ded Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 18 Nov 2023 01:02:52 -0600 Subject: upgrade all dependencies --- azalea-protocol/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'azalea-protocol') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 934152e5..9a143ed5 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -9,7 +9,7 @@ version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-compression = { version = "^0.4.4", features = [ +async-compression = { version = "^0.4.5", features = [ "tokio", "zlib", ], optional = true } @@ -44,7 +44,7 @@ tracing = "0.1.40" serde = { version = "^1.0", features = ["serde_derive"] } serde_json = "^1.0.108" thiserror = "1.0.50" -tokio = { version = "^1.33.0", features = ["io-util", "net", "macros"] } +tokio = { version = "^1.34.0", features = ["io-util", "net", "macros"] } tokio-util = { version = "0.7.10", features = ["codec"] } trust-dns-resolver = { version = "^0.23.2", default-features = false, features = [ "tokio-runtime", @@ -60,5 +60,5 @@ strict_registry = ["packets"] [dev-dependencies] anyhow = "^1.0.75" tracing = "^0.1.40" -tracing-subscriber = "^0.3.17" +tracing-subscriber = "^0.3.18" once_cell = "1.18.0" -- cgit v1.2.3