aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity')
-rw-r--r--azalea-entity/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
index 7cdf5343..25b7b355 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -17,8 +17,8 @@ azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" }
simdnbt = { version = "0.2.1" }
azalea-registry = { version = "0.8.0", path = "../azalea-registry" }
azalea-world = { version = "0.8.0", path = "../azalea-world" }
-bevy_app = "0.12.0"
-bevy_ecs = "0.12.0"
+bevy_app = "0.12.1"
+bevy_ecs = "0.12.1"
derive_more = "0.99.17"
enum-as-inner = "0.6.0"
tracing = "0.1.40"