aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-09-28 13:10:04 -0545
committermat <git@matdoes.dev>2025-09-28 13:10:04 -0545
commit2c8b7c5c2c9297273abfba8f7743f1bc25f166b1 (patch)
tree3d3aded400100c136287fa59293ce26c61644d00 /Cargo.toml
parente2ed19c1ed92f0dccc881d835d9ac6e0f7f834c0 (diff)
downloadazalea-drasl-2c8b7c5c2c9297273abfba8f7743f1bc25f166b1.tar.xz
upgrade bevy to 0.17.0-rc.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b2e1642b..b8259867 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,11 +34,11 @@ anyhow = "1"
async-compat = "0.2"
async-recursion = "1"
base64 = "0.22"
-bevy_app = "0.16"
-bevy_ecs = { version = "0.16", default-features = false }
-bevy_log = "0.16"
-bevy_tasks = "0.16"
-bevy_time = "0.16"
+bevy_app = "0.17.0-rc.2"
+bevy_ecs = { version = "0.17.0-rc.2", default-features = false }
+bevy_log = "0.17.0-rc.2"
+bevy_tasks = "0.17.0-rc.2"
+bevy_time = "0.17.0-rc.2"
byteorder = "1"
cfb8 = "0.8"
chrono = { version = "0.4", default-features = false }
@@ -67,7 +67,7 @@ rand = "0.9"
regex = "1"
reqwest = { version = "0.12", default-features = false }
rsa = "0.10.0-rc.8"
-signature = "=3.0.0-rc.4" # TODO: Remove when rsa is fixed.
+signature = "=3.0.0-rc.4" # TODO: Remove when rsa is fixed.
rsa_public_encrypt_pkcs1 = "0.4"
rustc-hash = "2"
serde = "1"