diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2023-07-09 19:11:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 19:11:29 -0500 |
| commit | d1afd02aa84e7b4450c1607277f078eb2a0f1bf3 (patch) | |
| tree | efea9bb7ef7f2064f7c963fd88f394fecec6231b /azalea/Cargo.toml | |
| parent | ea8a8fccb6eb39c97f6cb69e11db5f7d0886172e (diff) | |
| download | azalea-drasl-d1afd02aa84e7b4450c1607277f078eb2a0f1bf3.tar.xz | |
Update to Bevy 0.11 (#94)
* update to bevy 0.11
* clippy
---------
Co-authored-by: mat <git@matdoes.dev>
Diffstat (limited to 'azalea/Cargo.toml')
| -rw-r--r-- | azalea/Cargo.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 4e83bdc0..4b396e39 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -12,8 +12,8 @@ pre-release-replacements = [ ] [dependencies] -anyhow = "^1.0.65" -async-trait = "0.1.58" +anyhow = "^1.0.71" +async-trait = "0.1.71" azalea-block = { version = "0.7.0", path = "../azalea-block" } azalea-chat = { version = "0.7.0", path = "../azalea-chat" } azalea-client = { version = "0.7.0", path = "../azalea-client" } @@ -25,21 +25,21 @@ azalea-registry = { version = "0.7.0", path = "../azalea-registry" } azalea-world = { version = "0.7.0", path = "../azalea-world" } azalea-auth = { version = "0.7.0", path = "../azalea-auth" } azalea-brigadier = { version = "0.7.0", path = "../azalea-brigadier" } -bevy_app = "0.10.0" -bevy_ecs = "0.10.0" -bevy_tasks = "0.10.0" +bevy_app = "0.11.0" +bevy_ecs = "0.11.0" +bevy_tasks = "0.11.0" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } -futures = "0.3.25" -futures-lite = "1.12.0" -log = "0.4.17" +futures = "0.3.28" +futures-lite = "1.13.0" +log = "0.4.19" nohash-hasher = "0.2.0" num-traits = "0.2.15" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } -priority-queue = "1.3.0" -thiserror = "^1.0.37" -tokio = "^1.24.2" -uuid = "1.2.2" -bevy_log = "0.10.1" +priority-queue = "1.3.2" +thiserror = "^1.0.43" +tokio = "^1.29.1" +uuid = "1.4.0" +bevy_log = "0.11.0" [features] default = ["log"] |
