From b3af8d73faa2663e25e5688897720e57842f99ae Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 25 Apr 2025 01:10:03 -0100 Subject: update to bevy 0.16 --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cb76af31..bd61ab74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,14 +30,14 @@ repository = "https://github.com/azalea-rs/azalea" [workspace.dependencies] aes = "0.8.4" -anyhow = "1.0.97" +anyhow = "1.0.98" async-recursion = "1.1.1" base64 = "0.22.1" -bevy_app = "0.15.3" -bevy_ecs = { version = "0.15.3", default-features = false } -bevy_log = "0.15.3" -bevy_tasks = "0.15.3" -bevy_time = "0.15.3" +bevy_app = "0.16.0" +bevy_ecs = { version = "0.16.0", default-features = false } +bevy_log = "0.16.0" +bevy_tasks = "0.16.0" +bevy_time = "0.16.0" byteorder = "1.5.0" cfb8 = "0.8.1" chrono = { version = "0.4.40", default-features = false } @@ -54,7 +54,7 @@ nohash-hasher = "0.2.0" num-bigint = "0.4.6" num-traits = "0.2.19" parking_lot = "0.12.3" -proc-macro2 = "1.0.94" +proc-macro2 = "1.0.95" quote = "1.0.40" rand = "0.8.4" regex = "1.11.1" @@ -71,11 +71,11 @@ socks5-impl = "0.6.2" syn = "2.0.100" thiserror = "2.0.12" tokio = "1.44.2" -tokio-util = "0.7.14" +tokio-util = "0.7.15" tracing = "0.1.41" tracing-subscriber = "0.3.19" hickory-resolver = { version = "0.25.1", default-features = false, git = "https://github.com/hickory-dns/hickory-dns" } -uuid = "1.12" +uuid = "1.16" num-format = "0.4.4" indexmap = "2.9.0" paste = "1.0.15" -- cgit v1.2.3