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 4c1899f8..7d650208 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -17,12 +17,12 @@ azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" }
azalea-nbt = { version = "0.8.0", path = "../azalea-nbt" }
azalea-registry = { version = "0.8.0", path = "../azalea-registry" }
azalea-world = { version = "0.8.0", path = "../azalea-world" }
-bevy_app = "0.11.2"
-bevy_ecs = "0.11.2"
+bevy_app = "0.11.3"
+bevy_ecs = "0.11.3"
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.48"
+thiserror = "1.0.49"
uuid = "1.4.1"