aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-20 04:12:16 +0000
committermat <git@matdoes.dev>2024-04-20 04:12:16 +0000
commitf919fb65d67891d2eb6e302ea400743963c4c550 (patch)
tree968a1888c4efda4e7ba5692537a2ccfeaedaea80 /azalea-protocol
parent8a1e1b7bb93373e85432ce4211b6ede4eae79409 (diff)
downloadazalea-drasl-f919fb65d67891d2eb6e302ea400743963c4c550.tar.xz
upgrade deps
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml22
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml6
2 files changed, 14 insertions, 14 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 609d2019..0cc5968b 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -10,7 +10,7 @@ version = "0.9.1"
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-async-recursion = "1.0.5"
+async-recursion = "1.1.0"
azalea-auth = { path = "../azalea-auth", version = "0.9.0" }
azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" }
azalea-brigadier = { path = "../azalea-brigadier", version = "0.9.0", features = [
@@ -29,26 +29,26 @@ azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.9.0" }
azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
azalea-world = { path = "../azalea-world", version = "0.9.0" }
-bevy_ecs = { version = "0.13.0", default-features = false }
+bevy_ecs = { version = "0.13.2", default-features = false }
byteorder = "^1.5.0"
-bytes = "^1.5.0"
+bytes = "^1.6.0"
flate2 = "1.0.28"
futures = "0.3.30"
-futures-lite = "2.2.0"
+futures-lite = "2.3.0"
futures-util = "0.3.30"
tracing = "0.1.40"
serde = { version = "^1.0", features = ["serde_derive"] }
-serde_json = "^1.0.113"
-thiserror = "1.0.57"
-tokio = { version = "^1.36.0", features = ["io-util", "net", "macros"] }
+serde_json = "^1.0.116"
+thiserror = "1.0.58"
+tokio = { version = "^1.37.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.7.0"
-log = "0.4.20"
+uuid = "1.8.0"
+log = "0.4.21"
-socks5-impl = "0.5.6"
+socks5-impl = "0.5.12"
[features]
connecting = []
@@ -57,7 +57,7 @@ packets = ["connecting", "dep:azalea-core"]
strict_registry = ["packets"]
[dev-dependencies]
-anyhow = "^1.0.79"
+anyhow = "^1.0.82"
tracing = "^0.1.40"
tracing-subscriber = "^0.3.18"
once_cell = "1.19.0"
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index 394c4c44..f984a2cd 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.78"
-quote = "^1.0.35"
-syn = "^2.0.49"
+proc-macro2 = "^1.0.81"
+quote = "^1.0.36"
+syn = "^2.0.60"