From ab5f6d598d4dfac6d30303600f550e9265455ca5 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 5 Dec 2023 11:06:24 -0600 Subject: upgrade deps --- azalea-protocol/Cargo.toml | 4 ++-- azalea-protocol/azalea-protocol-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'azalea-protocol') 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" -- cgit v1.2.3