aboutsummaryrefslogtreecommitdiff
path: root/azalea
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
parent8a1e1b7bb93373e85432ce4211b6ede4eae79409 (diff)
downloadazalea-drasl-f919fb65d67891d2eb6e302ea400743963c4c550.tar.xz
upgrade deps
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 72a18aa3..372b4bb5 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -12,8 +12,8 @@ pre-release-replacements = [
]
[dependencies]
-anyhow = "^1.0.79"
-async-trait = "0.1.77"
+anyhow = "^1.0.82"
+async-trait = "0.1.80"
azalea-block = { version = "0.9.0", path = "../azalea-block" }
azalea-chat = { version = "0.9.0", path = "../azalea-chat" }
azalea-client = { version = "0.9.0", path = "../azalea-client", default-features = false }
@@ -26,23 +26,23 @@ azalea-world = { version = "0.9.0", path = "../azalea-world" }
azalea-auth = { version = "0.9.0", path = "../azalea-auth" }
azalea-brigadier = { version = "0.9.0", path = "../azalea-brigadier" }
azalea-buf = { version = "0.9.0", path = "../azalea-buf" }
-bevy_app = "0.13.0"
-bevy_ecs = "0.13.0"
-bevy_tasks = { version = "0.13.0", features = ["multi-threaded"] }
+bevy_app = "0.13.2"
+bevy_ecs = "0.13.2"
+bevy_tasks = { version = "0.13.2", features = ["multi-threaded"] }
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
futures = "0.3.30"
-futures-lite = "2.2.0"
+futures-lite = "2.3.0"
tracing = "0.1.40"
nohash-hasher = "0.2.0"
num-traits = "0.2.18"
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
-priority-queue = "1.4.0"
-thiserror = "^1.0.57"
-tokio = "^1.36.0"
-uuid = "1.7.0"
-bevy_log = "0.13.0"
+priority-queue = "2.0.2"
+thiserror = "^1.0.58"
+tokio = "^1.37.0"
+uuid = "1.8.0"
+bevy_log = "0.13.2"
azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
-bevy_time = "0.13.0"
+bevy_time = "0.13.2"
rustc-hash = "1.1.0"
[dev-dependencies]