aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml4
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index f18acbcc..007d37ba 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -34,7 +34,7 @@ byteorder = "^1.5.0"
bytes = "^1.5.0"
flate2 = "1.0.28"
futures = "0.3.29"
-futures-lite = "2.0.1"
+futures-lite = "2.1.0"
futures-util = "0.3.29"
tracing = "0.1.40"
serde = { version = "^1.0", features = ["serde_derive"] }
@@ -45,7 +45,7 @@ tokio-util = { version = "0.7.10", features = ["codec"] }
trust-dns-resolver = { version = "^0.23.2", default-features = false, features = [
"tokio-runtime",
] }
-uuid = "1.5.0"
+uuid = "1.6.1"
[features]
connecting = []
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index f463e066..0331caf8 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.69"
+proc-macro2 = "^1.0.70"
quote = "^1.0.33"
syn = "^2.0.39"