aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml28
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml4
2 files changed, 16 insertions, 16 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 10f28913..4c849573 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.3", features = [
+async-compression = { version = "^0.4.4", features = [
"tokio",
"zlib",
], optional = true }
@@ -33,23 +33,23 @@ azalea-nbt = { path = "../azalea-nbt", version = "^0.8.0", features = [
azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.8.0" }
azalea-registry = { path = "../azalea-registry", version = "0.8.0" }
azalea-world = { path = "../azalea-world", version = "0.8.0" }
-bevy_ecs = { version = "0.11.3", default-features = false }
-byteorder = "^1.4.3"
+bevy_ecs = { version = "0.12.0", default-features = false }
+byteorder = "^1.5.0"
bytes = "^1.5.0"
-flate2 = "1.0.27"
-futures = "0.3.28"
-futures-lite = "1.13.0"
-futures-util = "0.3.28"
+flate2 = "1.0.28"
+futures = "0.3.29"
+futures-lite = "2.0.1"
+futures-util = "0.3.29"
log = "0.4.20"
serde = { version = "^1.0", features = ["serde_derive"] }
-serde_json = "^1.0.107"
-thiserror = "1.0.49"
-tokio = { version = "^1.32.0", features = ["io-util", "net", "macros"] }
-tokio-util = { version = "0.7.9", features = ["codec"] }
-trust-dns-resolver = { version = "^0.23.0", default-features = false, features = [
+serde_json = "^1.0.108"
+thiserror = "1.0.50"
+tokio = { version = "^1.33.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",
] }
-uuid = "1.4.1"
+uuid = "1.5.0"
[features]
connecting = []
@@ -59,6 +59,6 @@ strict_registry = ["packets"]
[dev-dependencies]
anyhow = "^1.0.75"
-tracing = "^0.1.37"
+tracing = "^0.1.40"
tracing-subscriber = "^0.3.17"
once_cell = "1.18.0"
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index acef483e..f463e066 100644
--- a/azalea-protocol/azalea-protocol-macros/Cargo.toml
+++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml
@@ -11,6 +11,6 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-proc-macro2 = "^1.0.67"
+proc-macro2 = "^1.0.69"
quote = "^1.0.33"
-syn = "^2.0.37"
+syn = "^2.0.39"