aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-05 11:06:24 -0600
committermat <git@matdoes.dev>2023-12-05 11:06:24 -0600
commitab5f6d598d4dfac6d30303600f550e9265455ca5 (patch)
tree4bf0328595eee218f0d43b2cdbabc68103d08ae7 /azalea
parent53d7c1aa9712193a7f18dff813a02b2ddf7a0566 (diff)
downloadazalea-drasl-ab5f6d598d4dfac6d30303600f550e9265455ca5.tar.xz
upgrade deps
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 8c9da998..17e88195 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -31,7 +31,7 @@ bevy_ecs = "0.12.1"
bevy_tasks = { version = "0.12.1", features = ["multi-threaded"] }
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
futures = "0.3.29"
-futures-lite = "2.0.1"
+futures-lite = "2.1.0"
tracing = "0.1.40"
nohash-hasher = "0.2.0"
num-traits = "0.2.17"
@@ -39,7 +39,7 @@ parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
priority-queue = "1.3.2"
thiserror = "^1.0.50"
tokio = "^1.34.0"
-uuid = "1.5.0"
+uuid = "1.6.1"
bevy_log = "0.12.1"
azalea-entity = { version = "0.8.0", path = "../azalea-entity" }
bevy_time = "0.12.1"