diff options
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 3e7aaaa2..995fee5f 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -12,7 +12,7 @@ pre-release-replacements = [ ] [dependencies] -anyhow = "^1.0.74" +anyhow = "^1.0.75" async-trait = "0.1.73" azalea-block = { version = "0.7.0", path = "../azalea-block" } azalea-chat = { version = "0.7.0", path = "../azalea-chat" } @@ -25,9 +25,9 @@ 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.11.1" -bevy_ecs = "0.11.1" -bevy_tasks = "0.11.1" +bevy_app = "0.11.2" +bevy_ecs = "0.11.2" +bevy_tasks = "0.11.2" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } futures = "0.3.28" futures-lite = "1.13.0" @@ -36,10 +36,10 @@ nohash-hasher = "0.2.0" num-traits = "0.2.16" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } priority-queue = "1.3.2" -thiserror = "^1.0.46" -tokio = "^1.31.0" +thiserror = "^1.0.48" +tokio = "^1.32.0" uuid = "1.4.1" -bevy_log = "0.11.1" +bevy_log = "0.11.2" azalea-entity = { version = "0.1.0", path = "../azalea-entity" } bevy_time = "0.11.2" |
