diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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" |
