aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-10-03 01:36:57 -0500
committermat <git@matdoes.dev>2023-10-03 01:37:00 -0500
commit0ef15254c404ec3afb72a61c19c09bb15dce6427 (patch)
tree3accd39476a20819e3993844b62642622a0a0700 /azalea-protocol
parent86d96071b3d3e0c461ad54d1f0029e8942789440 (diff)
downloadazalea-drasl-0ef15254c404ec3afb72a61c19c09bb15dce6427.tar.xz
also upgrade deps everywhere else lol
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml10
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml4
2 files changed, 7 insertions, 7 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 36df664c..3dca5582 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.2", features = [
+async-compression = { version = "^0.4.3", features = [
"tokio",
"zlib",
], optional = true }
@@ -33,7 +33,7 @@ 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.2", default-features = false }
+bevy_ecs = { version = "0.11.3", default-features = false }
byteorder = "^1.4.3"
bytes = "^1.5.0"
flate2 = "1.0.27"
@@ -42,10 +42,10 @@ futures-lite = "1.13.0"
futures-util = "0.3.28"
log = "0.4.20"
serde = { version = "^1.0", features = ["serde_derive"] }
-serde_json = "^1.0.105"
-thiserror = "1.0.48"
+serde_json = "^1.0.107"
+thiserror = "1.0.49"
tokio = { version = "^1.32.0", features = ["io-util", "net", "macros"] }
-tokio-util = { version = "0.7.8", features = ["codec"] }
+tokio-util = { version = "0.7.9", features = ["codec"] }
trust-dns-resolver = { version = "^0.23.0", default-features = false, features = [
"tokio-runtime",
] }
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index 208da2da..d0440d57 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.66"
+proc-macro2 = "^1.0.67"
quote = "^1.0.33"
-syn = "^2.0.31"
+syn = "^2.0.37"