aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity')
-rw-r--r--azalea-entity/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
index 34464308..ee441933 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -14,12 +14,12 @@ azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" }
azalea-nbt = { version = "0.7.0", path = "../azalea-nbt" }
azalea-registry = { version = "0.7.0", path = "../azalea-registry" }
azalea-world = { version = "0.7.0", path = "../azalea-world" }
-bevy_app = "0.11.1"
-bevy_ecs = "0.11.1"
+bevy_app = "0.11.2"
+bevy_ecs = "0.11.2"
derive_more = "0.99.17"
enum-as-inner = "0.6.0"
log = "0.4.20"
nohash-hasher = "0.2.0"
parking_lot = "0.12.1"
-thiserror = "1.0.46"
+thiserror = "1.0.48"
uuid = "1.4.1"