aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-20 04:12:16 +0000
committermat <git@matdoes.dev>2024-04-20 04:12:16 +0000
commitf919fb65d67891d2eb6e302ea400743963c4c550 (patch)
tree968a1888c4efda4e7ba5692537a2ccfeaedaea80 /azalea-entity
parent8a1e1b7bb93373e85432ce4211b6ede4eae79409 (diff)
downloadazalea-drasl-f919fb65d67891d2eb6e302ea400743963c4c550.tar.xz
upgrade deps
Diffstat (limited to 'azalea-entity')
-rw-r--r--azalea-entity/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
index fe098a15..20648484 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -19,12 +19,12 @@ azalea-core = { version = "0.9.0", path = "../azalea-core" }
azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
azalea-registry = { version = "0.9.0", path = "../azalea-registry" }
azalea-world = { version = "0.9.0", path = "../azalea-world" }
-bevy_app = "0.13.0"
-bevy_ecs = "0.13.0"
+bevy_app = "0.13.2"
+bevy_ecs = "0.13.2"
derive_more = "0.99.17"
enum-as-inner = "0.6.0"
tracing = "0.1.40"
nohash-hasher = "0.2.0"
parking_lot = "0.12.1"
-thiserror = "1.0.57"
-uuid = "1.7.0"
+thiserror = "1.0.58"
+uuid = "1.8.0"