aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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"