diff options
| author | mat <git@matdoes.dev> | 2025-04-25 01:10:03 -0100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-04-25 01:10:03 -0100 |
| commit | b3af8d73faa2663e25e5688897720e57842f99ae (patch) | |
| tree | fdc16e01fabce7b7ec4e9f1ff702fe3e6c10dfe5 /Cargo.toml | |
| parent | 65c9f555b0274ce9c56aafb73f3f59dbf80f3a85 (diff) | |
| download | azalea-drasl-b3af8d73faa2663e25e5688897720e57842f99ae.tar.xz | |
update to bevy 0.16
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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" |
