From ab5f6d598d4dfac6d30303600f550e9265455ca5 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 5 Dec 2023 11:06:24 -0600 Subject: upgrade deps --- azalea/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea') diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 8c9da998..17e88195 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -31,7 +31,7 @@ bevy_ecs = "0.12.1" bevy_tasks = { version = "0.12.1", features = ["multi-threaded"] } derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } futures = "0.3.29" -futures-lite = "2.0.1" +futures-lite = "2.1.0" tracing = "0.1.40" nohash-hasher = "0.2.0" num-traits = "0.2.17" @@ -39,7 +39,7 @@ parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } priority-queue = "1.3.2" thiserror = "^1.0.50" tokio = "^1.34.0" -uuid = "1.5.0" +uuid = "1.6.1" bevy_log = "0.12.1" azalea-entity = { version = "0.8.0", path = "../azalea-entity" } bevy_time = "0.12.1" -- cgit v1.2.3