aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-01-08 21:15:12 -0600
committermat <git@matdoes.dev>2024-01-08 21:15:12 -0600
commitfd1c99e74a8a89278522d1d9f9e4493e7a0c0193 (patch)
treef8bc59128f10c21bc0d41fbfde88e1a0e0ae6e87 /azalea-protocol
parent42f49c58edc0782622e15d738b90db771e44a142 (diff)
downloadazalea-drasl-fd1c99e74a8a89278522d1d9f9e4493e7a0c0193.tar.xz
upgrade deps
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml16
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml6
2 files changed, 11 insertions, 11 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 3928af41..945bf6c2 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -33,14 +33,14 @@ bevy_ecs = { version = "0.12.1", default-features = false }
byteorder = "^1.5.0"
bytes = "^1.5.0"
flate2 = "1.0.28"
-futures = "0.3.29"
-futures-lite = "2.1.0"
-futures-util = "0.3.29"
+futures = "0.3.30"
+futures-lite = "2.2.0"
+futures-util = "0.3.30"
tracing = "0.1.40"
serde = { version = "^1.0", features = ["serde_derive"] }
-serde_json = "^1.0.108"
-thiserror = "1.0.50"
-tokio = { version = "^1.34.0", features = ["io-util", "net", "macros"] }
+serde_json = "^1.0.111"
+thiserror = "1.0.56"
+tokio = { version = "^1.35.1", 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",
@@ -55,7 +55,7 @@ packets = ["connecting", "dep:azalea-core"]
strict_registry = ["packets"]
[dev-dependencies]
-anyhow = "^1.0.75"
+anyhow = "^1.0.79"
tracing = "^0.1.40"
tracing-subscriber = "^0.3.18"
-once_cell = "1.18.0"
+once_cell = "1.19.0"
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index b20ac4da..00e794a0 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.70"
-quote = "^1.0.33"
-syn = "^2.0.39"
+proc-macro2 = "^1.0.76"
+quote = "^1.0.35"
+syn = "^2.0.48"